Skip to content

Commit

Permalink
Decouple some features from v1.2.0 to v1.3.0
Browse files Browse the repository at this point in the history
Some previous Pull Requests (#23, #25) implemented new features with
backword compatibility. But it doesn't bump up pack version. This commit
fix it by separating these features from v1.2.0 to v1.3.0 according to
the Semantic Versioning rule.
  • Loading branch information
userlocalhost committed Aug 29, 2022
1 parent 304d2b3 commit dd11193
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Changelog

## v1.2.0
## v1.3.0

* Add `specified_target` parameter to all actions.
* Added actions to operate IP address of NAT pool
* Fixed failed action of list slb on v2.1

## v1.2.0

* Added actions to operate IP address of NAT pool

## v1.1.0

* Update acos_client, which this pack depends on, version from v1.4.6 to v2.6.0
Expand Down
2 changes: 1 addition & 1 deletion pack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords:
- load balancer
- ADC
- network
version: 1.2.0
version: 1.3.0
author: Hiroyasu OHYAMA
email: [email protected]
python_versions:
Expand Down

0 comments on commit dd11193

Please sign in to comment.