From 0f3c0075741a70136a0c1c7ce5daae6225e784a7 Mon Sep 17 00:00:00 2001 From: Alex Wood Date: Thu, 11 Jun 2015 17:24:45 -0700 Subject: [PATCH] Bumped version to v2.1.0 --- CHANGELOG.md | 2 +- VERSION | 2 +- aws-sdk-core/lib/aws-sdk-core/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18091987509..35e5d1bac65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -Unreleased Changes +2.1.0 (2015-06-11) ------------------ * Feature - Aws::EC2 - Adds support for Amazon VPC flow logs. diff --git a/VERSION b/VERSION index 77a45ae9a30..7ec1d6db408 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.48 +2.1.0 diff --git a/aws-sdk-core/lib/aws-sdk-core/version.rb b/aws-sdk-core/lib/aws-sdk-core/version.rb index e4b8f413705..0011912ef30 100644 --- a/aws-sdk-core/lib/aws-sdk-core/version.rb +++ b/aws-sdk-core/lib/aws-sdk-core/version.rb @@ -1,3 +1,3 @@ module Aws - VERSION = '2.0.48' + VERSION = '2.1.0' end