Skip to content

Commit dd11193

Browse files
committed
Decouple some features from v1.2.0 to v1.3.0
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.
1 parent 304d2b3 commit dd11193

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGES.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Changelog
22

3-
## v1.2.0
3+
## v1.3.0
4+
45
* Add `specified_target` parameter to all actions.
5-
* Added actions to operate IP address of NAT pool
66
* Fixed failed action of list slb on v2.1
77

8+
## v1.2.0
9+
10+
* Added actions to operate IP address of NAT pool
11+
812
## v1.1.0
913

1014
* Update acos_client, which this pack depends on, version from v1.4.6 to v2.6.0

pack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords:
77
- load balancer
88
- ADC
99
- network
10-
version: 1.2.0
10+
version: 1.3.0
1111
author: Hiroyasu OHYAMA
1212
1313
python_versions:

0 commit comments

Comments
 (0)