diff --git a/CHANGELOG.md b/CHANGELOG.md
index 286b1ab461b075c39b52b8365534a89c39861a66..e59ed8f175e3c5b2e9f333a61963572b9bdf9d2f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [3.10.1](https://gitlab.com/to-be-continuous/semantic-release/compare/3.10.0...3.10.1) (2024-05-28)
+
+
+### Bug Fixes
+
+* install gpg ([9533525](https://gitlab.com/to-be-continuous/semantic-release/commit/9533525aa8143bf93e84e41aaf4aed82ab01db15))
+
 # [3.10.0](https://gitlab.com/to-be-continuous/semantic-release/compare/3.9.1...3.10.0) (2024-05-20)
 
 
diff --git a/README.md b/README.md
index 78ae4193039fe022460027977d6466835ac083e3..fad293fbcba1eda3b46f890f7c36ccf50865d5bd 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Add the following to your `gitlab-ci.yml`:
 ```yaml
 include:
   # 1: include the component
-  - component: gitlab.com/to-be-continuous/semantic-release/gitlab-ci-semrel@3.10.0
+  - component: gitlab.com/to-be-continuous/semantic-release/gitlab-ci-semrel@3.10.1
     # 2: set/override component inputs
     inputs:
       changelog-enabled: true # ⚠ this is only an example
@@ -34,7 +34,7 @@ Add the following to your `gitlab-ci.yml`:
 include:
   # 1: include the template
   - project: 'to-be-continuous/semantic-release'
-    ref: '3.10.0'
+    ref: '3.10.1'
     file: '/templates/gitlab-ci-semrel.yml'
 
 variables:
@@ -356,9 +356,9 @@ With:
 ```yaml
 include:
   # main template
-  - component: gitlab.com/to-be-continuous/semantic-release/gitlab-ci-semrel@3.10.0
+  - component: gitlab.com/to-be-continuous/semantic-release/gitlab-ci-semrel@3.10.1
   # Vault variant
-  - component: gitlab.com/to-be-continuous/semantic-release/gitlab-ci-semrel-vault@3.10.0
+  - component: gitlab.com/to-be-continuous/semantic-release/gitlab-ci-semrel-vault@3.10.1
     inputs:
       vault-base-url: "https://vault.acme.host/v1"
       # audience claim for JWT
diff --git a/templates/gitlab-ci-semrel-vault.yml b/templates/gitlab-ci-semrel-vault.yml
index 6f331784bef882aef2496da5c71a500e53cf7c06..8267df5cd52d7ae78c7f56ce93c12650e31493cd 100644
--- a/templates/gitlab-ci-semrel-vault.yml
+++ b/templates/gitlab-ci-semrel-vault.yml
@@ -22,7 +22,7 @@ variables:
 .semrel-base:
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "semrel", "3.10.0"]
+      command: ["--service", "semrel", "3.10.1"]
     - name: "$TBC_VAULT_IMAGE"
       alias: "vault-secrets-provider"
   variables:
diff --git a/templates/gitlab-ci-semrel.yml b/templates/gitlab-ci-semrel.yml
index cb704db065163c4e8d816b02303c0da2f619fb02..47f20a8be048a6314fdb476920ea710c521fcd6d 100644
--- a/templates/gitlab-ci-semrel.yml
+++ b/templates/gitlab-ci-semrel.yml
@@ -735,7 +735,7 @@ stages:
   image: $SEMREL_IMAGE
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "semrel", "3.10.0"]
+      command: ["--service", "semrel", "3.10.1"]
   before_script:
     - !reference [.semrel-scripts]
     - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"