Skip to content

Commit

Permalink
Merge pull request #226 from jrochkind/prepare_2.3.1
Browse files Browse the repository at this point in the history
prepare for 2.3.1 release
  • Loading branch information
jrochkind authored May 30, 2024
2 parents 5fb2bd6 + 6067f83 commit 9cdbf4a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ 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.3.0...HEAD)

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

### Fixed

* Keep nested model validation working in Rails post-7.1, by no longer trying to re-use ActiveRecord::Validations::AssociatedValidator, instead supplying our own custom code. https://github.com/jrochkind/attr_json/pull/220
*

* Validate PolymorphicModel instances. https://github.com/jrochkind/attr_json/pull/225 Thanks @LyricL-Gitster
*

*

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

*

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

### Fixed

* Keep nested model validation working in Rails post-7.1, by no longer trying to re-use ActiveRecord::Validations::AssociatedValidator, instead supplying our own custom code. https://github.com/jrochkind/attr_json/pull/220

* Validate PolymorphicModel instances. https://github.com/jrochkind/attr_json/pull/225 Thanks @LyricL-Gitster


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


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.3.0"
VERSION = "2.3.1"
end

0 comments on commit 9cdbf4a

Please sign in to comment.