Skip to content

Commit

Permalink
Bump to 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ofedoren committed Feb 28, 2023
1 parent 1776108 commit d879ced
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions doc/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Release notes
=============
### 3.5.1 (2023-02-28)
* Support basic auth for external sources, [#11317](http://projects.theforeman.org/issues/11317)

### 3.5.0 (2022-10-31)
* Extract gce related info ([PR #606](https://github.com/theforeman/hammer-cli-foreman/pull/606)), [#35659](http://projects.theforeman.org/issues/35659)
* Change auth endpoint for negotiation, [#35473](http://projects.theforeman.org/issues/35473)
Expand Down
2 changes: 1 addition & 1 deletion hammer_cli_foreman.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ EOF
s.extra_rdoc_files = Dir['{doc}/**/*', 'README*']
s.require_paths = ["lib"]

s.add_dependency 'hammer_cli', '>= 3.3.0'
s.add_dependency 'hammer_cli', '>= 3.5.1'
s.add_dependency 'apipie-bindings', '>= 0.5.0'
s.add_dependency 'rest-client', '>= 1.8.0', '< 3.0.0'
s.add_dependency 'jwt', '>= 2.2.1'
Expand Down
2 changes: 1 addition & 1 deletion lib/hammer_cli_foreman/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module HammerCLIForeman
def self.version
@version ||= Gem::Version.new "3.5.0"
@version ||= Gem::Version.new "3.5.1"
end
end

0 comments on commit d879ced

Please sign in to comment.