diff --git a/CHANGELOG.md b/CHANGELOG.md index 5561f467..7e9b6be1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -Unreleased ----------- +0.25.1 +------ - Added optional `price` member to `api::v2::account_activities::NonTradeActivity` type - Switched to using GitHub Actions as CI provider diff --git a/Cargo.toml b/Cargo.toml index b3dbac5f..409f08de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apca" -version = "0.25.0" +version = "0.25.1" edition = "2021" rust-version = "1.57" authors = ["Daniel Mueller "]