We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc5440c + fbd22d6 commit 3814fbcCopy full SHA for 3814fbc
2 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## To be released
4
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
9
## [2026-04-10] v3.2.2
10
11
- fix(parallelism) Fix a potential crash when starting a new endpoint
README.md
@@ -1,4 +1,4 @@
1
-# LinK v3.2.2
+# LinK v3.3.0

@@ -162,7 +162,7 @@ Bump new version number in:
162
Commit, tag and create a new release:
163
164
```sh
165
-version="3.2.2"
+version="3.3.0"
166
167
git switch --create release/${version}
168
git add CHANGELOG.md README.md
0 commit comments