Skip to content

Commit b2e2534

Browse files
committed
fix(edge) write changelog, bump version
1 parent 70732e8 commit b2e2534

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@
100100
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.1` to `v0.25.0`
101101
- [v0.9.2](services/edge/CHANGELOG.md#v092)
102102
- **Dependencies:** Bump STACKIT SDK core module to `v0.26.0`
103+
- [v0.10.0](services/edge/CHANGELOG.md#v0100)
104+
- **Improvement:** Use new `WaiterHandler` struct in the Edge WaitHandler
105+
- **Deprecation:** Deprecated `ErrInstanceCreationFailed` and `ErrInstanceIsBeingDeleted` in `wait` package
103106
- `git`:
104107
- [v0.11.2](services/git/CHANGELOG.md#v0112)
105108
- **Dependencies:** Bump STACKIT SDK core module from `v0.24.0` to `v0.24.1`

services/edge/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.10.0
2+
- **Improvement:** Use new `WaiterHandler` struct in the Edge WaitHandler
3+
- **Deprecation:** Deprecated `ErrInstanceCreationFailed` and `ErrInstanceIsBeingDeleted` in `wait` package
4+
15
## v0.9.2
26
- **Dependencies:** Bump STACKIT SDK core module to `v0.26.0`
37

services/edge/VERSION

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

0 commit comments

Comments
 (0)