Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
Added
- Add timeout-minutes to setup-ruby job (ManageIQ#110)
- Add ruby3 compliant parameters for lazy_find (ManageIQ#112)
- Handle two hash arguments to lazy_find (ManageIQ#114)

Removed
- **BREAKING** Remove deprecated find_by/lazy_find_by methods
  • Loading branch information
agrare committed Sep 6, 2022
1 parent 52bc661 commit d813d4c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.0.0] - 2022-09-06
### Added
- Add timeout-minutes to setup-ruby job (#110)
- Add ruby3 compliant parameters for lazy_find (#112)
- Handle two hash arguments to lazy_find (#114)

### Removed
- **BREAKING** Remove deprecated find_by/lazy_find_by methods

## [1.1.0] - 2022-05-03
### Changed
- Ruby 3 keyword arguments (#109)

### Added
- Cron for GitHub Actions (#108)

## [1.0.0] - 2022-02-09
### Changed
- Run rubocop -A (#102)
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 = "1.1.0".freeze
VERSION = "2.0.0".freeze
end

0 comments on commit d813d4c

Please sign in to comment.