From aacdfdc32f028067350e258449d376093a123cca Mon Sep 17 00:00:00 2001 From: Les Hazlewood <121180+lhazlewood@users.noreply.github.com> Date: Fri, 21 Jun 2024 11:52:11 -0700 Subject: [PATCH] - Updated README.adoc `:project-version:` to be `0.12.6`. - Updated CHANGELOG.md change notes to link to the BC upgrade PR. --- CHANGELOG.md | 2 +- README.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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!: