From 2029b298e5f888e9095c586a5072a2ab2e3849b6 Mon Sep 17 00:00:00 2001 From: Oleh Fedorenko Date: Wed, 14 Aug 2024 13:55:51 +0000 Subject: [PATCH] Bump to 3.12.0 --- doc/release_notes.md | 7 +++++++ lib/hammer_cli/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/release_notes.md b/doc/release_notes.md index e609064a..bf1198d3 100644 --- a/doc/release_notes.md +++ b/doc/release_notes.md @@ -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 diff --git a/lib/hammer_cli/version.rb b/lib/hammer_cli/version.rb index 608d5e24..625f88b7 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 "3.12.0-develop" + @version ||= Gem::Version.new "3.12.0" end end