From ff4a4333a92f24d8e984a2d558b7d0cbb57d0349 Mon Sep 17 00:00:00 2001 From: Jonathan Eskew Date: Wed, 12 Jul 2017 14:01:34 -0700 Subject: [PATCH] 1.3.0 release --- CHANGELOG.md | 2 +- src/AwsBundle.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c4842f..44a9185 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## 1.1.0 - 2015-12-10 +## 1.3.0 - 2017-07-12 * Added support for Symfony ~3.0. * Fixed deprecation warnings being thrown on Symfony >= 2.6. diff --git a/src/AwsBundle.php b/src/AwsBundle.php index 89b268b..7b2aae7 100644 --- a/src/AwsBundle.php +++ b/src/AwsBundle.php @@ -6,5 +6,5 @@ class AwsBundle extends Bundle { - const VERSION = '1.1.0'; + const VERSION = '1.3.0'; }