Skip to content

Commit

Permalink
Bump to 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ofedoren committed May 23, 2023
1 parent 5c0846b commit c168830
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions doc/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
Release notes
=============
### 3.7.0 (2023-05-23)
* Honor tz in datetime normalizer ([PR #369](https://github.com/theforeman/hammer-cli/pull/369)), [#36418](http://projects.theforeman.org/issues/36418)
* Remove unused code, [#36337](http://projects.theforeman.org/issues/36337)
* Fix ambiguous operator warnings, [#36337](http://projects.theforeman.org/issues/36337)
* Update rake and clamp deps, [#36337](http://projects.theforeman.org/issues/36337)
* Fix config template typos ([PR #365](https://github.com/theforeman/hammer-cli/pull/365))
* Load ssl key using openssl::pkey.read ([PR #364](https://github.com/theforeman/hammer-cli/pull/364)), [#34853](http://projects.theforeman.org/issues/34853)
* Bump to 3.7.0-develop

### 3.6.0 (2023-02-23)
* Update apipie-bindings to 0.6.0
* Include makefile.def in the gem
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.7.0-develop"
@version ||= Gem::Version.new "3.7.0"
end
end

0 comments on commit c168830

Please sign in to comment.