diff --git a/CHANGELOG.md b/CHANGELOG.md index cdbdc3e2..b7e8f646 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.16.0] - 2026-03-26 + +### Updated + +- Supporting Offline LAS licensing of ADCs in restricted mode. + ## [2.15.0] - 2026-03-24 ### Added @@ -249,7 +255,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.15.0...HEAD +[unreleased]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.16.0...HEAD +[2.16.0]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.15.0...2.16.0 [2.15.0]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.14.0...2.15.0 [2.14.0]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.13.0...2.14.0 [2.13.0]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.12.0...2.13.0 diff --git a/Makefile b/Makefile index 2f30153c..5e101002 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ build: ansible-galaxy collection build --force galaxy_importer: build - python3 -m galaxy_importer.main netscaler-adc-2.15.0.tar.gz + python3 -m galaxy_importer.main netscaler-adc-2.16.0.tar.gz # build_docs: # rm -rf _built_docs diff --git a/galaxy.yml b/galaxy.yml index ff8bd76f..dfb982e1 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.15.0 +version: 2.16.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)