Skip to content

Commit

Permalink
Bump to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mbacovsky committed Apr 25, 2017
1 parent dc7a6d2 commit 02630e4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions doc/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Release notes
=============

### 0.10.1 (2017-04-24)
* Require apipie-bindings >= 0.2.0 ([#19362](http://projects.theforeman.org/issues/19362))
* Require rest-client >= 1.8.0 ([PR #306](https://github.com/theforeman/hammer-cli-foreman/pull/306)) ([#19358](http://projects.theforeman.org/issues/19358))
* Custom error for 401 unauthorized ([PR #305](https://github.com/theforeman/hammer-cli-foreman/pull/305)) ([#19362](http://projects.theforeman.org/issues/19362))
* Use Array for empty attributes ([#19312](http://projects.theforeman.org/issues/19312))
* Prevent sending nil values in hostgroup update ([#14872](http://projects.theforeman.org/issues/14872))
* Install server CA cert without root access ([#19083](http://projects.theforeman.org/issues/19083))
* Make session authenticator compatible with rest-client 1.8 ([#19159](http://projects.theforeman.org/issues/19159))

### 0.10.0 (2017-03-28)
* Adding --hidden-value option to parameters (#290) ([#18878](http://projects.theforeman.org/issues/18878))
* Add command to clone user role ([#18318](http://projects.theforeman.org/issues/18318))
Expand Down
2 changes: 1 addition & 1 deletion hammer_cli_foreman.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ EOF
s.extra_rdoc_files = Dir['{doc}/**/*', 'README*']
s.require_paths = ["lib"]

s.add_dependency 'hammer_cli', '>= 0.10.0'
s.add_dependency 'hammer_cli', '>= 0.10.1'
s.add_dependency 'apipie-bindings', '>= 0.2.0'
s.add_dependency 'rest-client', '>= 1.8.0', '< 3.0.0'

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 '0.10.0'
@version ||= Gem::Version.new '0.10.1'
end
end

0 comments on commit 02630e4

Please sign in to comment.