diff --git a/CHANGELOG.md b/CHANGELOG.md index 94819aa8..daf12db0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,23 @@ Moto Changelog Latest ------ +1.1.24 +----- + + * Implemented Batch + * Fixed regression with moto\_server dashboard + * Fixed and closed many outstanding bugs + * Fixed serious performance problem with EC2 reservation listing + * Fixed Route53 list\_resource\_record\_sets + +1.1.23 +----- + + * Implemented X-Ray + * Implemented Autoscaling EC2 attachment + * Implemented Autoscaling Load Balancer methods + * Improved DynamoDB filter expressions + 1.1.22 ----- diff --git a/setup.py b/setup.py index bdb8a1dd..44907d3a 100755 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ else: setup( name='moto', - version='1.1.23', + version='1.1.24', description='A library that allows your python tests to easily' ' mock out the boto library', author='Steve Pulec',