Skip to content

Commit

Permalink
Bump to 3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ofedoren committed Aug 14, 2024
1 parent 3cb4152 commit 2029b29
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
=============
### 3.12.0 (2024-08-14)
* Log module loading warning to stderr ([PR #385](https://github.com/theforeman/hammer-cli/pull/385))
* Make clear_cache safe if no completion file is set ([PR #386](https://github.com/theforeman/hammer-cli/pull/386))
* Define correct timezone behavior in unittest, [#37579](http://projects.theforeman.org/issues/37579)
* Update deb install instructions ([PR #383](https://github.com/theforeman/hammer-cli/pull/383))
* Bump to 3.12.0-develop

### 3.11.0 (2024-05-22)
* Bump to 3.11.0-develop

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 "3.12.0-develop"
@version ||= Gem::Version.new "3.12.0"
end
end

0 comments on commit 2029b29

Please sign in to comment.