diff --git a/CHANGELOG.md b/CHANGELOG.md index f72967d..25bce64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -83,3 +83,6 @@ * Impl #BE-2032: Support tl-b Message * Impl #BE-1989: Support tl-b TonAddress * Impl #BE-2088: Wallet v5 message building +### v0.24.2 +* Bump tonlib-sys to 2025.2.2 + diff --git a/Cargo.toml b/Cargo.toml index 0e7bc7b..164d982 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ resolver = "2" [workspace.package] -version = "0.24.1" +version = "0.24.2" edition = "2021" description = "Rust SDK for The Open Network" license = "MIT" @@ -21,7 +21,7 @@ repository = "https://github.com/ston-fi/tonlib-rs" [workspace.dependencies] # Internal tonlib-core = { version = "0.24", path = "core" } -tonlib-sys = "=2025.2.1" +tonlib-sys = "=2025.2.2" # External