From 7ba0aa4c412da126bd8591ffc34650ed16886a3b Mon Sep 17 00:00:00 2001 From: Brandon Dunne Date: Mon, 10 Apr 2017 15:52:31 -0400 Subject: [PATCH] Release v0.11.0 --- CHANGELOG.md | 7 ++++++- lib/ansible_tower_client/version.rb | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 745b348..a15150d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.11.0] - 2017-04-10 +### Added +- Add ProjectUpdate and expose Project#update [(#82)](https://github.com/ansible/ansible_tower_client_ruby/pull/82) + ## [0.10.0] - 2017-03-23 ### Added - Allow formatted stdout, default to plain text [(#80)](https://github.com/ansible/ansible_tower_client_ruby/pull/80) @@ -40,7 +44,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - Adjusted project_spec to test on a Project [(#63)](https://github.com/ansible/ansible_tower_client_ruby/pull/63) -[Unreleased]: https://github.com/ansible/ansible_tower_client_ruby/compare/v0.10.0...master +[Unreleased]: https://github.com/ansible/ansible_tower_client_ruby/compare/v0.11.0...master +[0.11.0]: https://github.com/ansible/ansible_tower_client_ruby/compare/v0.10.0...v0.11.0 [0.10.0]: https://github.com/ansible/ansible_tower_client_ruby/compare/v0.9.0...v0.10.0 [0.9.0]: https://github.com/ansible/ansible_tower_client_ruby/compare/v0.8.0...v0.9.0 [0.8.0]: https://github.com/ansible/ansible_tower_client_ruby/compare/v0.7.0...v0.8.0 diff --git a/lib/ansible_tower_client/version.rb b/lib/ansible_tower_client/version.rb index 3e1c3a5..20b33d6 100644 --- a/lib/ansible_tower_client/version.rb +++ b/lib/ansible_tower_client/version.rb @@ -1,3 +1,3 @@ module AnsibleTowerClient - VERSION = "0.10.0".freeze + VERSION = "0.11.0".freeze end