Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## To be released

## [2026-04-24] v3.3.0

- feat(plugin) add webhook plugin to have link calling a webhook on status change/ensuring status

## [2026-04-10] v3.2.2

- fix(parallelism) Fix a potential crash when starting a new endpoint
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# LinK v3.2.2
# LinK v3.3.0

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

Expand Down Expand Up @@ -162,7 +162,7 @@ Bump new version number in:
Commit, tag and create a new release:

```sh
version="3.2.2"
version="3.3.0"

git switch --create release/${version}
git add CHANGELOG.md README.md
Expand Down