CHANGELOG.md in manageiq-api-client-0.4.0 vs CHANGELOG.md in manageiq-api-client-0.6.0

- old
+ new

@@ -4,10 +4,28 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.6.0] - 2025-01-03 +### Changed +- Add rails 7.1 support, drop rails 6.0-6.1 and rubies less than 3.0. [[#129]](https://github.com/ManageIQ/manageiq-api-client/pull/129) + +## [0.5.0] - 2024-05-13 +### Changed +- Support faraday 1.0 and 2.0 [[#124]](https://github.com/ManageIQ/manageiq-api-client/pull/124) +- Upgrade faraday from 1.0 to 2.0 [[#122]](https://github.com/ManageIQ/manageiq-api-client/pull/122) +- Revert "drop activesupport dependency" [[#119]](https://github.com/ManageIQ/manageiq-api-client/pull/119) + +### Fixed +- Raise exceptions on empty responses [[#121]](https://github.com/ManageIQ/manageiq-api-client/pull/121) + +## [0.4.1] - 2024-03-06 +### Added +- Drop active_support and more_core_extensions dependency [[#115]](https://github.com/ManageIQ/manageiq-api-client/pull/115) +- Add rails 7 support [[#114]](https://github.com/ManageIQ/manageiq-api-client/pull/114) + ## [0.4.0] - 2023-10-16 ### Added - Add Bearer token support [[#113]](https://github.com/ManageIQ/manageiq-api-client/pull/113) ## [0.3.7] - 2023-05-19 @@ -63,10 +81,13 @@ ## [0.1.1] ### Added - Add CHANGELOG.md - Update README with simple instructions reflecting the query interface. -[Unreleased]: https://github.com/ManageIQ/manageiq-api-client/compare/v0.4.0...HEAD +[Unreleased]: https://github.com/ManageIQ/manageiq-api-client/compare/v0.6.0...HEAD +[0.6.0]: https://github.com/ManageIQ/manageiq-api-client/compare/v0.5.0...v0.6.0 +[0.5.0]: https://github.com/ManageIQ/manageiq-api-client/compare/v0.4.1...v0.5.0 +[0.4.1]: https://github.com/ManageIQ/manageiq-api-client/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/ManageIQ/manageiq-api-client/compare/v0.3.7...v0.4.0 [0.3.7]: https://github.com/ManageIQ/manageiq-api-client/compare/v0.3.6...v0.3.7 [0.3.6]: https://github.com/ManageIQ/manageiq-api-client/compare/v0.3.5...v0.3.6 [0.3.5]: https://github.com/ManageIQ/manageiq-api-client/compare/v0.3.4...v0.3.5 [0.3.4]: https://github.com/ManageIQ/manageiq-api-client/compare/v0.3.3...v0.3.4