Skip to content

Commit

Permalink
Bump to 0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ofedoren committed Jan 16, 2020
1 parent aa40e27 commit d62870f
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.2 (2020-01-16)
* Fixed userdata false display in image list ([PR #321](https://github.com/theforeman/hammer-cli/pull/321)), [#28134](http://projects.theforeman.org/issues/28134)

### 0.19.1 (2019-12-31)
* Allow column max width more than 80, [#28503](http://projects.theforeman.org/issues/28503)
* Extract table generator into reusable component ([PR #314](https://github.com/theforeman/hammer-cli/pull/314)), [#27318](http://projects.theforeman.org/issues/27318)
Expand Down
2 changes: 1 addition & 1 deletion lib/hammer_cli/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module HammerCLI
def self.version
@version ||= Gem::Version.new "0.19.1"
@version ||= Gem::Version.new "0.19.2"
end
end

0 comments on commit d62870f

Please sign in to comment.