diff --git a/crates/af-iperps/CHANGELOG.md b/crates/af-iperps/CHANGELOG.md index cfa5a4da..08413eb3 100644 --- a/crates/af-iperps/CHANGELOG.md +++ b/crates/af-iperps/CHANGELOG.md @@ -48,6 +48,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.45.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-iperps-v0.44.0...af-iperps-v0.45.0) + +### ⛰️ Features + +- *(af-iperps)* [**breaking**] Add role for AccountCap - ([815fd58](https://github.com/AftermathFinance/aftermath-sdk-rust/commit/815fd588f1871d39e1a01e614678eb5bdfdbb19c)) + + ## [0.44.0](https://github.com/AftermathFinance/aftermath-sdk-rust/compare/af-iperps-v0.43.0...af-iperps-v0.44.0) ### 🐛 Bug Fixes diff --git a/crates/af-iperps/Cargo.toml b/crates/af-iperps/Cargo.toml index 1915c5c1..dbf94144 100644 --- a/crates/af-iperps/Cargo.toml +++ b/crates/af-iperps/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Move types for the `Perpetuals` package" name = "af-iperps" -version = "0.44.0" +version = "0.45.0" authors.workspace = true categories.workspace = true