Skip to content

Commit

Permalink
Release v2.1.1
Browse files Browse the repository at this point in the history
Fixed
- Fix rails 7 deprecation on ActiveRecord::Base.default_timezone (#124)
- Fix missing constant OpenStruct in tests (#131)

Added
- Test with ruby 3.2 and rails 7.1 (#122)
- Log destroy result when duplicate record is found (#120)
- Use ruby 3.1 and rails 7 for code coverage (#136)
  • Loading branch information
agrare committed Aug 6, 2024
1 parent 88a6fe1 commit f46d157
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [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))
- Fix missing constant OpenStruct in tests ([#131](https://github.com/ManageIQ/inventory_refresh/pull/131))

### Added
- Test with ruby 3.2 and rails 7.1 ([#122](https://github.com/ManageIQ/inventory_refresh/pull/122))
- Log destroy result when duplicate record is found ([#120](https://github.com/ManageIQ/inventory_refresh/pull/120))
- Use ruby 3.1 and rails 7 for code coverage ([#136](https://github.com/ManageIQ/inventory_refresh/pull/136))

## [2.1.0] - 2024-02-08
### Changed
- Update GitHub Actions versions ([#117](https://github.com/ManageIQ/inventory_refresh/pull/117))
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.0".freeze
VERSION = "2.1.1".freeze
end

0 comments on commit f46d157

Please sign in to comment.