Skip to content

Commit

Permalink
Bump to 0.19.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ofedoren committed Jan 16, 2020
1 parent c8ad14f commit b8e1787
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
=============
### 0.19.7 (2020-01-16)
* Fix host creation from image and hostgroup ([PR #471](https://github.com/theforeman/hammer-cli-foreman/pull/471)), [#28541](http://projects.theforeman.org/issues/28541)

### 0.19.6 (2020-01-10)
* Add auth source external command ([PR #480](https://github.com/theforeman/hammer-cli-foreman/pull/480)), [#28704](http://projects.theforeman.org/issues/28704)
* Fix undefined method on wrong oidc token endpoint ([PR #479](https://github.com/theforeman/hammer-cli-foreman/pull/479)), [#28196](http://projects.theforeman.org/issues/28196)
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 "0.19.6"
@version ||= Gem::Version.new "0.19.7"
end
end

0 comments on commit b8e1787

Please sign in to comment.