diff --git a/CHANGES.md b/CHANGES.md index 6d4842f3..96c9ffe7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # jHDF Change Log +## v0.6.10 +- Add support for files containing superblock extensions https://github.com/jamesmudd/jhdf/issues/462 +- Build and dependency updates + ## v0.6.9 - Add support for LZ4 compressed datasets https://github.com/jamesmudd/jhdf/issues/415 - Improve BitShuffle performance and reduce memory usage diff --git a/jhdf/build.gradle b/jhdf/build.gradle index fbe5fee4..7fd058c3 100644 --- a/jhdf/build.gradle +++ b/jhdf/build.gradle @@ -27,7 +27,7 @@ plugins { // Variables group = 'io.jhdf' -version = '0.6.9' +version = '0.6.10' compileJava { sourceCompatibility = "1.8"