diff --git a/CHANGELOG.md b/CHANGELOG.md index f1157280..75ec901b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -Unreleased ----------- +0.21.1 +------ - Introduced support for retrieving the last quote for a symbol - Aliased `data::v2::bars` module to `data::v2::stocks` - Deprecated `data::v2::stocks` module alias diff --git a/Cargo.toml b/Cargo.toml index 11f4e90c..333f1668 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apca" -version = "0.21.0" +version = "0.21.1" edition = "2018" authors = ["Daniel Mueller "] license = "GPL-3.0-or-later"