Skip to content

Commit 8d9d893

Browse files
committed
Bump minor to 0.5.0 for adding rails 7.1 and 7.2 in backward compatible way
We're dropping 6.0 and 6.1 and adding 7.1/7.2 so it's substantial enough to warrant a minor bump.
1 parent 8ed409a commit 8d9d893

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [0.5.0] - 2024-10-10
9+
### Changed
10+
11+
- Add support for rails 7.1 and 7.2
12+
- Drop rails 6.0 and 6.1
13+
814
## [0.4.0] - 2024-05-14
915
### Changed
1016

@@ -16,6 +22,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1622
- Loosened active record support to include active record 6.1
1723
- Fixed keyword arguments for ruby 3.0 support
1824

19-
[Unreleased]: https://github.com/ManageIQ/activerecord-id_regions/compare/v0.4.0...HEAD
25+
[Unreleased]: https://github.com/ManageIQ/activerecord-id_regions/compare/v0.5.0...HEAD
26+
[0.5.0]: https://github.com/ManageIQ/activerecord-id_regions/compare/v0.4.0...v0.5.0
2027
[0.4.0]: https://github.com/ManageIQ/activerecord-id_regions/compare/v0.3.2...v0.4.0
2128
[0.3.2]: https://github.com/ManageIQ/activerecord-id_regions/compare/v0.3.1...v0.3.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module ActiveRecord
22
module IdRegions
3-
VERSION = "0.4.0".freeze
3+
VERSION = "0.5.0".freeze
44
end
55
end

0 commit comments

Comments
 (0)