From 49598e8e9f84dbbdf86a173ce54c440bc947ded0 Mon Sep 17 00:00:00 2001 From: Myron Marston Date: Thu, 8 Aug 2013 23:37:47 -0700 Subject: [PATCH] 2.14.1 release. --- Changelog.md | 4 ++-- lib/rspec/expectations/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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