diff --git a/CHANGELOG.md b/CHANGELOG.md index d7e30d9e..64f9840a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -Unreleased ----------- +0.25.0 +------ - Added `gzip` compression support for transparent API response compression controlled by default enabled `gzip` feature - Added support for subscribing to realtime trades diff --git a/Cargo.toml b/Cargo.toml index 56434a21..11e7ad1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apca" -version = "0.24.0" +version = "0.25.0" edition = "2021" authors = ["Daniel Mueller "] license = "GPL-3.0-or-later"