diff --git a/CHANGELOG.md b/CHANGELOG.md
index d91c55774..7a8fb137a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,7 +8,7 @@ This patch release:
used to construct a `Jws` instance (instead of JJWT's default decoder). See
[Issue 947](https://github.com/jwtk/jjwt/issues/947).
* Fixes a decompression memory leak in concurrent/multi-threaded environments introduced in 0.12.0 when decompressing JWTs with a `zip` header of `GZIP`. See [Issue 949](https://github.com/jwtk/jjwt/issues/949).
-* Upgrades BouncyCastle to 1.78.
+* Upgrades BouncyCastle to 1.78 via [PR 941](https://github.com/jwtk/jjwt/pull/941).
### 0.12.5
diff --git a/README.adoc b/README.adoc
index a3f31e2ae..a6ddf003c 100644
--- a/README.adoc
+++ b/README.adoc
@@ -1,6 +1,6 @@
:doctype: book
= Java JWT: JSON Web Token for Java and Android
-:project-version: 0.12.5
+:project-version: 0.12.6
:toc:
:toc-title:
:toc-placement!:
diff --git a/api/pom.xml b/api/pom.xml
index 56a1f7753..fac58aa6e 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -21,7 +21,7 @@
io.jsonwebtoken
jjwt-root
- 0.12.6-SNAPSHOT
+ 0.12.7-SNAPSHOT
../pom.xml
diff --git a/extensions/gson/pom.xml b/extensions/gson/pom.xml
index 6a7dcac58..35e458e27 100644
--- a/extensions/gson/pom.xml
+++ b/extensions/gson/pom.xml
@@ -21,7 +21,7 @@
io.jsonwebtoken
jjwt-root
- 0.12.6-SNAPSHOT
+ 0.12.7-SNAPSHOT
../../pom.xml
diff --git a/extensions/jackson/pom.xml b/extensions/jackson/pom.xml
index 5d2d66fd3..469789f61 100644
--- a/extensions/jackson/pom.xml
+++ b/extensions/jackson/pom.xml
@@ -21,7 +21,7 @@
io.jsonwebtoken
jjwt-root
- 0.12.6-SNAPSHOT
+ 0.12.7-SNAPSHOT
../../pom.xml
diff --git a/extensions/orgjson/pom.xml b/extensions/orgjson/pom.xml
index f531f128c..5d9da307f 100644
--- a/extensions/orgjson/pom.xml
+++ b/extensions/orgjson/pom.xml
@@ -21,7 +21,7 @@
io.jsonwebtoken
jjwt-root
- 0.12.6-SNAPSHOT
+ 0.12.7-SNAPSHOT
../../pom.xml
diff --git a/extensions/pom.xml b/extensions/pom.xml
index bbc28b53f..a302e93b2 100644
--- a/extensions/pom.xml
+++ b/extensions/pom.xml
@@ -21,7 +21,7 @@
io.jsonwebtoken
jjwt-root
- 0.12.6-SNAPSHOT
+ 0.12.7-SNAPSHOT
../pom.xml
diff --git a/impl/pom.xml b/impl/pom.xml
index e9fe705d4..4d10f5581 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -21,7 +21,7 @@
io.jsonwebtoken
jjwt-root
- 0.12.6-SNAPSHOT
+ 0.12.7-SNAPSHOT
../pom.xml
diff --git a/pom.xml b/pom.xml
index 18c41732f..9827e61e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
io.jsonwebtoken
jjwt-root
- 0.12.6-SNAPSHOT
+ 0.12.7-SNAPSHOT
JJWT
JSON Web Token support for the JVM and Android
pom
diff --git a/tdjar/pom.xml b/tdjar/pom.xml
index 43e8bd207..be4f4e3b6 100644
--- a/tdjar/pom.xml
+++ b/tdjar/pom.xml
@@ -21,7 +21,7 @@
io.jsonwebtoken
jjwt-root
- 0.12.6-SNAPSHOT
+ 0.12.7-SNAPSHOT
../pom.xml