diff --git a/CHANGELOG.md b/CHANGELOG.md index 73c0dfe8..9eaf9971 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.49 + - update compat bounds + - add support Zstdcompression + ## 0.4.48 - fix behaviour for unnormalized strings - add missing method for load_attributes diff --git a/Project.toml b/Project.toml index 569f9fdb..1a6621a6 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "JLD2" uuid = "033835bb-8acc-5ee8-8aae-3f567f8a3819" -version = "0.4.48" +version = "0.4.49" [deps] FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"