From c8cd836bc8f54231eefbe79bc8535e847244354a Mon Sep 17 00:00:00 2001 From: Elliot Winkler Date: Sat, 25 Jul 2020 00:28:28 -0600 Subject: [PATCH] Release v4.4.0 --- CHANGELOG.md | 2 +- lib/shoulda/matchers/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd83e727b..6b6722dc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 4.4.0 - 2020-08-25 ### 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