diff --git a/CHANGES.md b/CHANGES.md index 5d208135..78191f53 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # jHDF Change Log +## v0.8.6 - January 2025 +- Add support for reading implicit index chunked datasets https://github.com/jamesmudd/jhdf/issues/651 https://github.com/jamesmudd/jhdf/pull/655 +- Test fixes for fixed-array index datasets +- Dependency updates + ## v0.8.5 - December 2024 - Fix issue writing string datasets containing non-ASCII characters https://github.com/jamesmudd/jhdf/issues/656 - Add support for reading chunked datasets using fixed-array paging. https://github.com/jamesmudd/jhdf/pull/622 diff --git a/jhdf/build.gradle b/jhdf/build.gradle index c57c8c63..31a19ed6 100644 --- a/jhdf/build.gradle +++ b/jhdf/build.gradle @@ -27,7 +27,7 @@ plugins { // Variables group = 'io.jhdf' -version = '0.8.5' +version = '0.8.6' compileJava { sourceCompatibility = "1.8"