diff --git a/Gemfile.lock b/Gemfile.lock index f070fed2..8a0bc65d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - right_link (6.3.3) + right_link (6.3.4) chef (>= 0.10.10) encryptor (~> 1.1) extlib (~> 0.9.15) diff --git a/RELEASES.rdoc b/RELEASES.rdoc index ed430d7f..a8470972 100644 --- a/RELEASES.rdoc +++ b/RELEASES.rdoc @@ -1,3 +1,10 @@ += 6.3.4 + +Released 2015-07-28 + +== Changes to Existing Functionality +* Updated Rack Connect logic for new status when a Rackspace account is provisioned for Rack Connect, but the data center is not. + = 6.3.3 Released 2015-03-17 diff --git a/right_link.gemspec b/right_link.gemspec index cfcc5ebe..388b7dd4 100644 --- a/right_link.gemspec +++ b/right_link.gemspec @@ -2,7 +2,7 @@ spec = Gem::Specification.new do |s| s.name = 'right_link' - s.version = '6.3.3' + s.version = '6.3.4' s.platform = Gem::Platform::RUBY s.authors = ['RightScale']