Skip to content

Commit

Permalink
Bump minor to 3.3.0 for adding rails 7 in backward compatible way
Browse files Browse the repository at this point in the history
  • Loading branch information
jrafanie committed May 14, 2024
1 parent 431d805 commit 6796ead
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [3.3.0] - 2024-05-14
### Added
- Rails 7 support [#43](https://github.com/ManageIQ/manageiq-postgres_ha_admin/pull/43)

## [3.2.1] - 2023-03-22
### Changed
- Improve failover logging [#39](https://github.com/ManageIQ/manageiq-postgres_ha_admin/pull/39)
Expand Down Expand Up @@ -65,7 +69,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- Make changes for upgrading repmgr to version 4 [#4](https://github.com/ManageIQ/manageiq-postgres_ha_admin/pull/4)

[Unreleased]: https://github.com/ManageIQ/manageiq-postgres_ha_admin/compare/v3.2.1...master
[Unreleased]: https://github.com/ManageIQ/manageiq-postgres_ha_admin/compare/v3.3.0...master
[3.3.0]: https://github.com/ManageIQ/manageiq-postgres_ha_admin/compare/v3.2.1...v3.3.0
[3.2.1]: https://github.com/ManageIQ/manageiq-postgres_ha_admin/compare/v3.2.0...v3.2.1
[3.2.0]: https://github.com/ManageIQ/manageiq-postgres_ha_admin/compare/v3.1.4...v3.2.0
[3.1.4]: https://github.com/ManageIQ/manageiq-postgres_ha_admin/compare/v3.1.3...v3.1.4
Expand Down
2 changes: 1 addition & 1 deletion lib/manageiq/postgres_ha_admin/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ManageIQ
module PostgresHaAdmin
VERSION = '3.2.1'.freeze
VERSION = '3.3.0'.freeze
end
end

0 comments on commit 6796ead

Please sign in to comment.