CHANGELOG.md in ansible_tower_client-0.21.0 vs CHANGELOG.md in ansible_tower_client-0.21.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.21.1] - 2020-02-17 +### Fixed +- Revert removal of trailing "/" on get of "config" [(#141)](https://github.com/ansible/ansible_tower_client_ruby/pull/141) + ## [0.21.0] - 2020-02-12 ### Added - Add support for connection headers and proxy [(#134)](https://github.com/ansible/ansible_tower_client_ruby/pull/134) - Allow request options to be passed to Faraday [(#140)](https://github.com/ansible/ansible_tower_client_ruby/pull/140) - Add usage documentation to the README [(#138)](https://github.com/ansible/ansible_tower_client_ruby/pull/138) @@ -136,10 +140,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.21.0...master +[Unreleased]: https://github.com/ansible/ansible_tower_client_ruby/compare/v0.21.1...master +[0.21.1]: https://github.com/ansible/ansible_tower_client_ruby/compare/v0.21.0...v0.21.1 [0.21.0]: https://github.com/ansible/ansible_tower_client_ruby/compare/v0.20.2...v0.21.0 [0.20.2]: https://github.com/ansible/ansible_tower_client_ruby/compare/v0.20.1...v0.20.2 [0.20.1]: https://github.com/ansible/ansible_tower_client_ruby/compare/v0.20.0...v0.20.1 [0.20.0]: https://github.com/ansible/ansible_tower_client_ruby/compare/v0.19.1...v0.20.0 [0.19.1]: https://github.com/ansible/ansible_tower_client_ruby/compare/v0.19.0...v0.19.1