From f25d5c5478a5b73e9ba4202dcfb365974e15367e Mon Sep 17 00:00:00 2001 From: Jeroen van Erp Date: Mon, 20 Nov 2023 10:28:35 +0100 Subject: [PATCH] Prepare release 0.13.0 --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 28e6d8af..ee278942 100644 --- a/README.adoc +++ b/README.adoc @@ -1,7 +1,7 @@ = smbj - SMB2/SMB3 client library for Java Jeroen van Erp :smbj_groupid: com.hierynomus -:smbj_version: 0.12.0 +:smbj_version: 0.13.0 :source-highlighter: pygments To get started, have a look at one of the examples. Hopefully you will find the API pleasant to work with :) @@ -158,7 +158,7 @@ The implementation is based on the following specifications: == Changelog -=== 0.13.0 <-- UPCOMING +=== 0.13.0 (2023-11-20) * Use FILE_OPEN_IF if no SMB2CreateDisposition provided (Fixes https://github.com/hierynomus/smbj/issues/786[#786]) * Integration tests rewritten to JUnit Jupiter and TestContainers * Use BufferedInputStream to read Socket (Merged https://github.com/hierynomus/smbj/issues/795[#795])