Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Oct 2, 2024
1 parent 4142ad1 commit 8e18b84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
### Development
[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)

### 1.2.1 / 2024-10-02
[Full Changelog](https://github.com/rspec/rspec-activemodel-mocks/compare/v1.2.0...v1.2.1)

Bug fixes:

Expand Down
2 changes: 1 addition & 1 deletion lib/rspec/active_model/mocks/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module RSpec
module ActiveModel
module Mocks
module Version
STRING = '1.2.0'
STRING = '1.2.1'
end
end
end
Expand Down

0 comments on commit 8e18b84

Please sign in to comment.