diff --git a/CHANGELOG.md b/CHANGELOG.md index 85abf5d..e165536 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -Unreleased ----------- +0.29.0 +------ - Renamed various request related types to follow more uniform naming scheme - Added `api::v2::{calendar::ListReqInit,watchlist::CreateReqInit}` diff --git a/Cargo.toml b/Cargo.toml index dffb2ed..86462e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apca" -version = "0.28.0" +version = "0.29.0" edition = "2021" rust-version = "1.63" authors = ["Daniel Mueller "]