diff --git a/NEWS.md b/NEWS.md index 45a0df97..fcb7a7b2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# 4.1.0 (Unreleased) +# 4.1.0 ### Bug fixes diff --git a/README.md b/README.md index 72d18541..88585d1f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ complex, and error-prone. ## Quick links -📖 **[Read the documentation for the latest version (4.0.1)][rubydocs].** +📖 **[Read the documentation for the latest version (4.1.0)][rubydocs].** 📢 **[See what's changed in a recent version][news].** [rubydocs]: http://matchers.shoulda.io/docs diff --git a/lib/shoulda/matchers/version.rb b/lib/shoulda/matchers/version.rb index 524bd213..58647f66 100644 --- a/lib/shoulda/matchers/version.rb +++ b/lib/shoulda/matchers/version.rb @@ -1,6 +1,6 @@ module Shoulda module Matchers # @private - VERSION = '4.0.1'.freeze + VERSION = '4.1.0'.freeze end end