Skip to content

Commit c57cbb5

Browse files
Merge pull request #476 from netscaler/changelogs
version increment changes
2 parents a79fe89 + d1c05a6 commit c57cbb5

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.7.0] - 2025-01-02
11+
12+
### Added
13+
14+
- Supported more modules
15+
- Added more examples
16+
1017
## [2.6.2] - 2024-10-18
1118

1219
### Fixed
@@ -134,7 +141,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
134141

135142
- Initial Release
136143

137-
[unreleased]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.6.1...HEAD
144+
[unreleased]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.7.0...HEAD
145+
[2.7.0]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.6.2...2.7.0
146+
[2.6.2]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.6.1...2.6.2
138147
[2.6.1]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.6.0...2.6.1
139148
[2.6.0]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.5.2...2.6.0
140149
[2.5.2]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.5.1...2.5.2

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ build:
5959
ansible-galaxy collection build --force
6060

6161
galaxy_importer: build
62-
python3 -m galaxy_importer.main netscaler-adc-2.6.2.tar.gz
62+
python3 -m galaxy_importer.main netscaler-adc-2.7.0.tar.gz
6363

6464
# build_docs:
6565
# rm -rf _built_docs

galaxy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace: netscaler
77
# The name of the collection. Has the same character restrictions as 'namespace'
88
name: adc
99
# The version of the collection. Must be compatible with semantic versioning
10-
version: 2.6.2
10+
version: 2.7.0
1111
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1212
readme: README.md
1313
# A list of the collection's content authors. Can be just the name or in the format 'Full Name <email> (url)

0 commit comments

Comments
 (0)