diff --git a/CHANGELOG.md b/CHANGELOG.md index 3265e487..cbb7dbc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 0.1.35 (2025-01-02) + +### Features + +#### optimize android/ios release binaries for size (#274) + +#### update thorvg to v0.15.7 (#276) + +### Fixes + +#### thorvg engine init and termination (#265) + ## 0.1.34 (2024-12-09) ### Features diff --git a/dotlottie-ffi/Cargo.toml b/dotlottie-ffi/Cargo.toml index bb1b13b3..1740e793 100644 --- a/dotlottie-ffi/Cargo.toml +++ b/dotlottie-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dotlottie-ffi" -version = "0.1.34" +version = "0.1.35" edition = "2021" build = "build.rs"