Skip to content

Commit bec4645

Browse files
authored
Merge pull request #249 from jrochkind/release_2.6.0
release 2.6.0
2 parents fdd4690 + f26f40c commit bec4645

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8-
## [Unreleased](https://github.com/jrochkind/attr_json/compare/v2.4.0...HEAD)
8+
## [Unreleased](https://github.com/jrochkind/attr_json/compare/v2.6.0...HEAD)
99

1010
### Fixed
1111

@@ -29,6 +29,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2929

3030
*
3131

32+
## [2.6.0](https://github.com/jrochkind/attr_json/compare/v2.5.1...v2.6.0)
33+
34+
* Allow Rails 8.1, no logic changes.
35+
3236
## [2.5.1](https://github.com/jrochkind/attr_json/compare/v2.5.0...v2.5.1)
3337

3438
## Fixed

lib/attr_json/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module AttrJson
2-
VERSION = "2.5.1"
2+
VERSION = "2.6.0"
33
end

0 commit comments

Comments
 (0)