Skip to content

Commit

Permalink
Release v0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunne committed May 8, 2017
1 parent 654805f commit 3af723b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.12.2] - 2017-05-08
### Fixed
- Check before update attribute of basemodel [(#93)](https://github.com/ansible/ansible_tower_client_ruby/pull/93)

## [0.12.1] - 2017-04-24
### Fixed
- Fix setting organization on Credential [(#92)](https://github.com/ansible/ansible_tower_client_ruby/pull/92)
Expand Down Expand Up @@ -58,7 +62,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.12.1...master
[Unreleased]: https://github.com/ansible/ansible_tower_client_ruby/compare/v0.12.2...master
[0.12.2]: https://github.com/ansible/ansible_tower_client_ruby/compare/v0.12.1...v0.12.2
[0.12.1]: https://github.com/ansible/ansible_tower_client_ruby/compare/v0.12.0...v0.12.1
[0.12.0]: https://github.com/ansible/ansible_tower_client_ruby/compare/v0.11.0...v0.12.0
[0.11.0]: https://github.com/ansible/ansible_tower_client_ruby/compare/v0.10.0...v0.11.0
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible_tower_client/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AnsibleTowerClient
VERSION = "0.12.1".freeze
VERSION = "0.12.2".freeze
end

0 comments on commit 3af723b

Please sign in to comment.