Skip to content

Commit

Permalink
v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PChambino committed Jan 11, 2023
1 parent 1632315 commit 4e8cad2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.5.1]
### Added
- Add Ruby 3.2 to CI
- Add `required_ruby_version` >= 2.6 to gemspec

## [1.5.0]
### Added
- Support ruby v3
Expand Down
2 changes: 1 addition & 1 deletion lib/honeykiq/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Honeykiq
VERSION = "1.5.0".freeze
VERSION = "1.5.1".freeze
end

0 comments on commit 4e8cad2

Please sign in to comment.