diff --git a/doc/release_notes.md b/doc/release_notes.md index 8fd2f0ff..4f77e298 100644 --- a/doc/release_notes.md +++ b/doc/release_notes.md @@ -1,5 +1,8 @@ Release notes ============= +### 2.1.2 (2020-09-04) +* Make fuzzy search work in hammer shell ([PR #335](https://github.com/theforeman/hammer-cli/pull/335)), [#30747](http://projects.theforeman.org/issues/30747) + ### 2.1.1 (2020-05-29) * 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) diff --git a/lib/hammer_cli/version.rb b/lib/hammer_cli/version.rb index 58a05f6b..9004b828 100644 --- a/lib/hammer_cli/version.rb +++ b/lib/hammer_cli/version.rb @@ -1,5 +1,5 @@ module HammerCLI def self.version - @version ||= Gem::Version.new "2.1.1" + @version ||= Gem::Version.new "2.1.2" end end