diff --git a/CHANGES.md b/CHANGES.md index 5449d29..b9dac57 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +2015-04-23, Version 2.7.1 +========================= + + * executor: fix port lookup (Miroslav Bajtoš) + + * Clean up compiler.tryResolveAppPath (Miroslav Bajtoš) + + * Configure Travis CI builds (Miroslav Bajtoš) + + 2015-04-15, Version 2.7.0 ========================= diff --git a/package.json b/package.json index 5cc512b..b0429a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-boot", - "version": "2.7.0", + "version": "2.7.1", "description": "Convention-based bootstrapper for LoopBack applications", "keywords": [ "StrongLoop",