Skip to content

Commit 2a50331

Browse files
committed
bump version to 7.0.1
1 parent 3ae93e6 commit 2a50331

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 7.0.1 - 2025-10-31
4+
5+
### Bug fixes
6+
7+
- Hotfix: Add mutex_m gem dependency by @matsales and @garrettgregor ([#1687])
8+
9+
[#1687]: https://github.com/thoughtbot/shoulda-matchers/pull/1687
10+
311
## 7.0.0 - 2025-10-31
412

513
### Backward-incompatible changes

lib/shoulda/matchers/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Shoulda
22
module Matchers
33
# @private
4-
VERSION = '7.0.0'.freeze
4+
VERSION = '7.0.1'.freeze
55
end
66
end

0 commit comments

Comments
 (0)