diff --git a/CHANGELOG.md b/CHANGELOG.md index cd83e727b..ed7a157fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 4.4.0 - 2020-08-24 ### Bug fixes diff --git a/lib/shoulda/matchers/version.rb b/lib/shoulda/matchers/version.rb index b0007f6fc..ef99247c0 100644 --- a/lib/shoulda/matchers/version.rb +++ b/lib/shoulda/matchers/version.rb @@ -1,6 +1,6 @@ module Shoulda module Matchers # @private - VERSION = '4.3.0'.freeze + VERSION = '4.4.0'.freeze end end