Skip to content

Commit

Permalink
Merge pull request #238 from jrochkind/prepare_2.5.0
Browse files Browse the repository at this point in the history
prepare for 2.5.0 release
  • Loading branch information
jrochkind authored Nov 9, 2024
2 parents 41f800f + 060aa43 commit f402724
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

* Allow Rails 8.0 in gemspec (no code changes required to support) https://github.com/jrochkind/attr_json/pull/236

*

*
Expand All @@ -31,13 +29,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

*

## [2.5.0](https://github.com/jrochkind/attr_json/compare/v2.4.0...v2.5.0)

## Added

* Allow Rails 8.0 in gemspec (no code changes required to support) https://github.com/jrochkind/attr_json/pull/236

## [2.4.0](https://github.com/jrochkind/attr_json/compare/v2.3.1...v2.4.0)

### Added

* Allow Rails 7.2 in gemspec (no code changes required to support) https://github.com/jrochkind/attr_json/pull/228


## [2.3.1](https://github.com/jrochkind/attr_json/compare/v2.3.0...v2.3.1)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/attr_json/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AttrJson
VERSION = "2.4.0"
VERSION = "2.5.0"
end

0 comments on commit f402724

Please sign in to comment.