Skip to content

Commit 3814fbc

Browse files
authored
Merge pull request #340 from Scalingo/release/3.3.0
Bump v3.3.0
2 parents bc5440c + fbd22d6 commit 3814fbc

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## To be released
44

5+
## [2026-04-24] v3.3.0
6+
7+
- feat(plugin) add webhook plugin to have link calling a webhook on status change/ensuring status
8+
59
## [2026-04-10] v3.2.2
610

711
- fix(parallelism) Fix a potential crash when starting a new endpoint

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# LinK v3.2.2
1+
# LinK v3.3.0
22

33
![publish workflow](https://github.com/Scalingo/link/actions/workflows/publish.yml/badge.svg)
44

@@ -162,7 +162,7 @@ Bump new version number in:
162162
Commit, tag and create a new release:
163163

164164
```sh
165-
version="3.2.2"
165+
version="3.3.0"
166166

167167
git switch --create release/${version}
168168
git add CHANGELOG.md README.md

0 commit comments

Comments
 (0)