Skip to content

Commit

Permalink
Release v2.2.0
Browse files Browse the repository at this point in the history
Changes:
- Drop old versions of ruby and rails, add ruby 3.3 and rails 7.2 (#139)
  • Loading branch information
agrare committed Sep 30, 2024
1 parent 6a0fb54 commit 0a7063b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions 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]

## [2.2.0] - 2024-09-30
### Changed
- Drop old versions of ruby and rails, add ruby 3.3 and rails 7.2 ([#139](https://github.com/ManageIQ/inventory_refresh/pull/139))

## [2.1.1] - 2024-08-06
### Fixed
- Fix rails 7 deprecation on ActiveRecord::Base.default_timezone ([#124](https://github.com/ManageIQ/inventory_refresh/pull/124))
Expand Down
2 changes: 1 addition & 1 deletion lib/inventory_refresh/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module InventoryRefresh
VERSION = "2.1.1".freeze
VERSION = "2.2.0".freeze
end

0 comments on commit 0a7063b

Please sign in to comment.