Skip to content

Commit

Permalink
Bump to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shiramax committed Aug 11, 2020
1 parent 1a38077 commit 620511f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions doc/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Release notes
=============
### 2.2.0 (2020-08-11)
* Update installation_rpm.md ([PR #333](https://github.com/theforeman/hammer-cli/pull/333))
* Clean gem_release.ipynb up
* Replace awesome_print with amazing_print ([PR #330](https://github.com/theforeman/hammer-cli/pull/330)), [#29846](http://projects.theforeman.org/issues/29846)
* Fix typo: s/filed/feild/ ([PR #331](https://github.com/theforeman/hammer-cli/pull/331))
* Bump to 2.2.0-develop

### 2.1.0 (2020-05-14)
* Hammer full-help returns correct output, [#29697](http://projects.theforeman.org/issues/29697)
* Add fuzzy subcommand matching, [#29413](http://projects.theforeman.org/issues/29413)
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 "2.2.0-develop"
@version ||= Gem::Version.new "2.2.0"
end
end

0 comments on commit 620511f

Please sign in to comment.