Skip to content

Commit

Permalink
Merge pull request #218 from jrochkind/prep_2.3.0
Browse files Browse the repository at this point in the history
prep 2.3.0 release
  • Loading branch information
jrochkind authored Dec 4, 2023
2 parents 32ef6ec + b269314 commit fe2ec9a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/jrochkind/attr_json/compare/v2.2.0...HEAD)
## [Unreleased](https://github.com/jrochkind/attr_json/compare/v2.3.0...HEAD)

### Fixed

Expand All @@ -22,6 +22,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

*

### Changed

*

*

*

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


### Changed

* Avoid private ActiveRecord API when lazily registering container attributes. (Compat with Rails post 7.1) https://github.com/jrochkind/attr_json/pull/214
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.2.0"
VERSION = "2.3.0"
end

0 comments on commit fe2ec9a

Please sign in to comment.