From 65a986d91c908c8936f1b630746cee95beadcce2 Mon Sep 17 00:00:00 2001 From: Jeroen van Erp Date: Mon, 7 Aug 2023 16:47:15 +0200 Subject: [PATCH] Prepare release notes --- README.adoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 35ea1b84..2c5ad2c0 100644 --- a/README.adoc +++ b/README.adoc @@ -158,8 +158,12 @@ The implementation is based on the following specifications: == Changelog +=== 0.12.2 (2023-08-07) +* Added missing applicationKey getter to SessionContext (Merged https://github.com/hierynomus/smbj/pulls/776[#776]) +* Fix error with anonymous authentication (Fixes https://github.com/hierynomus/smbj/issues/779[#779]) + === 0.12.1 (2023-07-13) -* Fix NPE when using SpnegoAuthenticator (Fixes https://github.com/hierynomus/issues/775[#775]) +* Fix NPE when using SpnegoAuthenticator (Fixes https://github.com/hierynomus/smbj/issues/775[#775]) === 0.12.0 (2023-07-06) * Support signing and sealing of NTLM authentication