Release v4.4.1

This commit is contained in:
Elliot Winkler 2020-08-26 10:55:50 -06:00
parent 7d098c92f2
commit 4e841913af
2 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,14 @@
# Changelog
## 4.4.1 - 2020-08-26
### Bug fixes
* Revert reorganization around autoloading introduced in 4.4.0 which prevented
matchers from being loaded. ([#1334])
[#1334]: https://github.com/thoughtbot/shoulda-matchers/pulls/1334
## 4.4.0 - 2020-08-25
### Bug fixes

View File

@ -1,6 +1,6 @@
module Shoulda
module Matchers
# @private
VERSION = '4.4.0'.freeze
VERSION = '4.4.1'.freeze
end
end