Skip to content

Commit b14ec0b

Browse files
Marcel JacekMarcel Jacek
authored andcommitted
add changelog entry
1 parent a71ef89 commit b14ec0b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
- **Feature:** added KmsKey model
44
- **Feature:** added KmsKey to Instance, CreateInstancePayload and UpdateInstancePayload
55
- `edge`:
6+
- [v0.3.0](services/edge/CHANGELOG.md#v030)
7+
- **Breaking change:** Rename methods: `PostInstances` to `CreateInstance` and `GetInstances` to `ListInstances`
68
- [v0.2.0](services/edge/CHANGELOG.md#v020)
79
- **Feature:** Add waiter methods for the API
810
- [v0.1.0](services/edge/CHANGELOG.md#v010)

services/edge/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
## v0.3.0
2+
- **Breaking change:** Rename methods: `PostInstances` to `CreateInstance` and `GetInstances` to `ListInstances`
3+
14
## v0.2.0
2-
- **Feature:** Add waiter methods for the API
5+
- **Feature:** Add waiter methods for the API
36

47
## v0.1.0
58
- **New:** STACKIT Edge Cloud service

services/edge/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.2.0
1+
v0.3.0

0 commit comments

Comments
 (0)