Skip to content

Commit 8e18b84

Browse files
committed
v1.2.1
1 parent 4142ad1 commit 8e18b84

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
### Development
2-
[Full Changelog](https://github.com/rspec/rspec-activemodel-mocks/compare/v1.2.0...main)
2+
[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)
36

47
Bug fixes:
58

lib/rspec/active_model/mocks/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module RSpec
33
module ActiveModel
44
module Mocks
55
module Version
6-
STRING = '1.2.0'
6+
STRING = '1.2.1'
77
end
88
end
99
end

0 commit comments

Comments
 (0)