Skip to content

Commit

Permalink
Bump to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shiramax committed Feb 1, 2021
1 parent 6b192a9 commit dade282
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions doc/release_notes.md
Original file line number Diff line number Diff line change
@@ -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)
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.4.0-develop"
@version ||= Gem::Version.new "2.4.0"
end
end

0 comments on commit dade282

Please sign in to comment.