From 86294e3e2e121e8ea9915cab6000a4e141fa4aaf Mon Sep 17 00:00:00 2001 From: James Mudd Date: Tue, 29 Oct 2024 18:21:47 +0000 Subject: [PATCH 1/2] Update CHANGES.md --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 3b934e58..d7117787 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # jHDF Change Log +## v0.8.4 - October 2024 +- Fix incorrectly written string attributes. https://github.com/jamesmudd/jhdf/issues/641 +- Dependency updates + ## v0.8.3 - October 2024 - Add support for accessing decompressed chunks individually. Thanks to [@marcobitplane](https://github.com/marcobitplane) https://github.com/jamesmudd/jhdf/pull/626 - Fix OSGi headers, and autogenerate them during the build. Thanks to [@mailaender](https://github.com/Mailaender) https://github.com/jamesmudd/jhdf/pull/625 https://github.com/jamesmudd/jhdf/pull/632 From a9501828157eac5851a628f12835e5cc5375e9f1 Mon Sep 17 00:00:00 2001 From: James Mudd Date: Tue, 29 Oct 2024 18:22:05 +0000 Subject: [PATCH 2/2] Update version number --- jhdf/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jhdf/build.gradle b/jhdf/build.gradle index d9423572..cb63b920 100644 --- a/jhdf/build.gradle +++ b/jhdf/build.gradle @@ -27,7 +27,7 @@ plugins { // Variables group = 'io.jhdf' -version = '0.8.3' +version = '0.8.4' compileJava { sourceCompatibility = "1.8"