diff --git a/Changelog.md b/Changelog.md index 7bb492a8e..d789caadc 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,5 @@ -### Development -[full changelog](http://github.com/rspec/rspec-expectations/compare/v2.14.0...2-14-maintenance) +### 2.14.1 / 2013-08-08 +[full changelog](http://github.com/rspec/rspec-expectations/compare/v2.14.0...2.14.1) Bug fixes diff --git a/lib/rspec/expectations/version.rb b/lib/rspec/expectations/version.rb index a9beb3a06..211ab8ee1 100644 --- a/lib/rspec/expectations/version.rb +++ b/lib/rspec/expectations/version.rb @@ -2,7 +2,7 @@ module RSpec module Expectations # @private module Version - STRING = '2.14.0' + STRING = '2.14.1' end end end