Skip to content

Commit

Permalink
Bump to 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ofedoren committed Feb 1, 2022
1 parent ecad7d0 commit 2b30aa3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions doc/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Release notes
=============
### 2.5.2 (2022-02-01)
* Fix puppet-class command description ([PR #590](https://github.com/theforeman/hammer-cli-foreman/pull/590)), [#33438](http://projects.theforeman.org/issues/33438)

### 2.5.1 (2021-06-08)
* Show new msg for empty update commands, [#32454](http://projects.theforeman.org/issues/32454)

Expand Down
2 changes: 1 addition & 1 deletion lib/hammer_cli_foreman/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module HammerCLIForeman
def self.version
@version ||= Gem::Version.new "2.5.1"
@version ||= Gem::Version.new "2.5.2"
end
end

0 comments on commit 2b30aa3

Please sign in to comment.