diff --git a/doc/release_notes.md b/doc/release_notes.md index 100fb407..e4354ec6 100644 --- a/doc/release_notes.md +++ b/doc/release_notes.md @@ -1,5 +1,10 @@ Release notes ============= +### 2.4.0 (2021-02-01) +* Expand path for bash completion file, [#30639](http://projects.theforeman.org/issues/30639) +* Remove release notes written twice +* Bump to 2.4.0-develop + ### 2.3.0 (2020-11-03) * Stop sending empty compute attrs param, [#30815](http://projects.theforeman.org/issues/30815) * Make fuzzy search work in hammer shell ([PR #335](https://github.com/theforeman/hammer-cli/pull/335)), [#30747](http://projects.theforeman.org/issues/30747) diff --git a/lib/hammer_cli/version.rb b/lib/hammer_cli/version.rb index 7a9337cb..6e29b1a0 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.4.0-develop" + @version ||= Gem::Version.new "2.4.0" end end