diff --git a/CHANGES.txt b/CHANGES.txt index 47060ce8..bfa718d0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,20 @@ +1.2 + +Features +- Choose healthiest Eureka nodes, and retry calls +- Expose ELB "other" policies, read-only for now + +Infrastructure +- Upgrade to CodeNarc 0.18.1 + +Bug Fixes +- 404 Not Found response for non-existent DBSnapshot +- Allow two-letter app names in select2 drop-downs +- Rolling Push should retain block device mappings +- Fail scale-up operation if traffic allowed and status not UP +- New install should show correct warning in Firefox for now + + 1.1.2 Features diff --git a/application.properties b/application.properties index a25d4b9e..9a948475 100644 --- a/application.properties +++ b/application.properties @@ -3,4 +3,4 @@ app.grails.version=2.1.1 app.name=asgard app.servlet.version=2.4 -app.version=1.1.2 +app.version=1.2