diff --git a/v4-client-rs/CHANGELOG.md b/v4-client-rs/CHANGELOG.md new file mode 100644 index 0000000..7f2fb77 --- /dev/null +++ b/v4-client-rs/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [0.1.1] - 2024-12-02 + +### 🚀 Features + +- Add Vaults REST API (#291) +- Add Validator/`NodeClient` MegaVault methods (#300) + +### ⚙️ Miscellaneous Tasks + +- Fix Rust client Cargo.toml README path (#281) +- Fix Rust client Cargo.toml repository link (#284) +- Allow the `Unicode-3.0` license (#292) +- Update dependencies (#295) + +## [0.1.0] - 2024-10-28 + +### 🚀 Features + +- Rust client implementation (#268) diff --git a/v4-client-rs/Cargo.toml b/v4-client-rs/Cargo.toml index 7ea7aaa..cb98e61 100644 --- a/v4-client-rs/Cargo.toml +++ b/v4-client-rs/Cargo.toml @@ -5,7 +5,7 @@ members = [ ] [workspace.package] -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "LicenseRef-dYdX-Custom"