diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ca64380..5dffea73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.7.0] - 2025-01-02 + +### Added + +- Supported more modules +- Added more examples + ## [2.6.2] - 2024-10-18 ### Fixed @@ -134,7 +141,9 @@ 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.6.1...HEAD +[unreleased]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.7.0...HEAD +[2.7.0]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.6.2...2.7.0 +[2.6.2]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.6.1...2.6.2 [2.6.1]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.6.0...2.6.1 [2.6.0]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.5.2...2.6.0 [2.5.2]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.5.1...2.5.2 diff --git a/Makefile b/Makefile index af890598..60fdcde3 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ build: ansible-galaxy collection build --force galaxy_importer: build - python3 -m galaxy_importer.main netscaler-adc-2.6.2.tar.gz + python3 -m galaxy_importer.main netscaler-adc-2.7.0.tar.gz # build_docs: # rm -rf _built_docs diff --git a/galaxy.yml b/galaxy.yml index 7b6d099f..f7275d40 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.6.2 +version: 2.7.0 # 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)