We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4142ad1 commit 8e18b84Copy full SHA for 8e18b84
CHANGELOG.md
@@ -1,5 +1,8 @@
1
### Development
2
-[Full Changelog](https://github.com/rspec/rspec-activemodel-mocks/compare/v1.2.0...main)
+[Full Changelog](https://github.com/rspec/rspec-activemodel-mocks/compare/v1.2.1...main)
3
+
4
+### 1.2.1 / 2024-10-02
5
+[Full Changelog](https://github.com/rspec/rspec-activemodel-mocks/compare/v1.2.0...v1.2.1)
6
7
Bug fixes:
8
lib/rspec/active_model/mocks/version.rb
@@ -3,7 +3,7 @@ module RSpec
module ActiveModel
module Mocks
module Version
- STRING = '1.2.0'
+ STRING = '1.2.1'
end
9
0 commit comments