diff --git a/CHANGELOG.md b/CHANGELOG.md index e75d781d..9be81a5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.5.1] - 2024-03-11 + +### Fixed + +- Fixed gslbservice idempotency issues ([#377]) + ## [2.5.0] - 2024-02-22 ### Added @@ -104,7 +110,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial Release -[unreleased]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.5.0...HEAD +[unreleased]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.5.1...HEAD +[2.5.1]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.5.0...2.5.1 [2.5.0]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.4.0...2.5.0 [2.4.0]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.3.0...2.4.0 [2.3.0]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.2.0...2.3.0 @@ -137,4 +144,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#360]: https://github.com/netscaler/ansible-collection-netscaleradc/issues/360 [#362]: https://github.com/netscaler/ansible-collection-netscaleradc/issues/362 [#365]: https://github.com/netscaler/ansible-collection-netscaleradc/issues/365 -[#367]: https://github.com/netscaler/ansible-collection-netscaleradc/issues/367 \ No newline at end of file +[#367]: https://github.com/netscaler/ansible-collection-netscaleradc/issues/367 +[#377]: https://github.com/netscaler/ansible-collection-netscaleradc/issues/377 diff --git a/galaxy.yml b/galaxy.yml index 2a93c35b..b5ff2afd 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -7,7 +7,7 @@ namespace: netscaler # The name of the collection. Has the same character restrictions as 'namespace' name: adc # The version of the collection. Must be compatible with semantic versioning -version: 2.5.0 +version: 2.5.1 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md # A list of the collection's content authors. Can be just the name or in the format 'Full Name (url)