diff --git a/CHANGES.txt b/CHANGES.txt index ff5b7f20..f241a15c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,16 @@ +1.4.1 + +Bug Fixes +- Support for updating load balancer in recent AWS region-accounts that have a default VPC +- Support for creating auto scaling groups with load balancers in recent AWS region-accounts that have a default VPC +- Only one auth-revoke task with many IP permissions for each security group pair change +- Zebra-stripe more lists before JavaScript loads + +Infrastructure +- Some code clean up +- More unit tests + + 1.4 Features diff --git a/application.properties b/application.properties index 9fd659e0..67a2c6a6 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 +app.version=1.4.1