diff --git a/CHANGES.txt b/CHANGES.txt index f241a15c..e48794a1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,21 @@ +1.4.2 + +Features +- Stop entire workflow if exception happens at any time during long auto deployment +- Auto deploy should still work even without Eureka configured + +Infrastructure +- In-browser functional regression test suite with Geb +- Updated to Glisten 0.3 +- Contributing guidelines document +- More unit tests +- More CodeNarc rules + +Bug Fixes +- Fixed error on instance detail screen and rolling push +- Made Volume cache loading optional for initialization, since it fails often and isn't very important + + 1.4.1 Bug Fixes diff --git a/application.properties b/application.properties index 67a2c6a6..c7178e9c 100644 --- a/application.properties +++ b/application.properties @@ -3,4 +3,4 @@ app.grails.version=2.2.4 app.name=asgard app.servlet.version=2.4 -app.version=1.4.1 +app.version=1.4.2