CHANGELOG.md in ansible_tower_client-0.12.0 vs CHANGELOG.md in ansible_tower_client-0.12.1
- old
+ new
@@ -3,10 +3,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+## [0.12.1] - 2017-04-24
+### Fixed
+- Fix setting organization on Credential [(#92)](https://github.com/ansible/ansible_tower_client_ruby/pull/92)
+
## [0.12.0] - 2017-04-17
### Added
- Add Job#job_events [(#85)](https://github.com/ansible/ansible_tower_client_ruby/pull/85)
### Fixed
@@ -52,10 +56,11 @@
- Raise UnlicensedFeatureError when we receive HTTP 402 [(#65)](https://github.com/ansible/ansible_tower_client_ruby/pull/65)
### 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.0...master
+[Unreleased]: https://github.com/ansible/ansible_tower_client_ruby/compare/v0.12.1...master
+[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
[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