diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml
index 41067917..a948242e 100644
--- a/.github/workflows/actions.yml
+++ b/.github/workflows/actions.yml
@@ -35,7 +35,7 @@ jobs:
distribution: 'adopt'
cache: 'maven'
- name: Set up MySQL
- uses: shogo82148/actions-setup-mysql@v1
+ uses: shogo82148/actions-setup-mysql@v1.39.0
with:
distribution: "mariadb"
mysql-version: "10.6"
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ed7842da..0943624b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased - YYYY-MM-DD
+## 0.0.22 2024-10-22
+
+
## 0.0.20 2024-09-13
- Update translations
diff --git a/client/pom.xml b/client/pom.xml
index 93664793..07afb9c4 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -4,7 +4,7 @@
org.openconext
access
- 0.0.22-SNAPSHOT
+ 0.0.22
../pom.xml
access-client
diff --git a/pom.xml b/pom.xml
index 1babe0f9..2b354f9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
org.openconext
access
- 0.0.22-SNAPSHOT
+ 0.0.22
pom
access
SURFconext Invite
diff --git a/provisioning-mock/pom.xml b/provisioning-mock/pom.xml
index 8aa66181..376f6056 100644
--- a/provisioning-mock/pom.xml
+++ b/provisioning-mock/pom.xml
@@ -4,7 +4,7 @@
org.openconext
access
- 0.0.22-SNAPSHOT
+ 0.0.22
../pom.xml
provisioning-mock
diff --git a/server/pom.xml b/server/pom.xml
index 7a5e6761..fd5048f1 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -4,7 +4,7 @@
org.openconext
access
- 0.0.22-SNAPSHOT
+ 0.0.22
../pom.xml
access-server
diff --git a/welcome/pom.xml b/welcome/pom.xml
index f57c8e60..fcfd2408 100644
--- a/welcome/pom.xml
+++ b/welcome/pom.xml
@@ -4,7 +4,7 @@
org.openconext
access
- 0.0.22-SNAPSHOT
+ 0.0.22
../pom.xml
access-welcome