diff --git a/NEWS.md b/NEWS.md index 1f13e25e4..c50d105ce 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# HEAD +# 3.0.1 ### Bug fixes diff --git a/lib/shoulda/matchers/version.rb b/lib/shoulda/matchers/version.rb index f7a9808a9..2c594e7e4 100644 --- a/lib/shoulda/matchers/version.rb +++ b/lib/shoulda/matchers/version.rb @@ -1,6 +1,6 @@ module Shoulda module Matchers # @private - VERSION = '3.0.0'.freeze + VERSION = '3.0.1'.freeze end end