diff --git a/CHANGELOG.md b/CHANGELOG.md index 01b06b08..634f7283 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -Unreleased ----------- +0.14.0 +------ - Added example illustrating how to submit a limit order - Bumped `http-endpoint` dependency to `0.2` diff --git a/Cargo.toml b/Cargo.toml index 25e4625b..72824861 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apca" -version = "0.13.0" +version = "0.14.0" edition = "2018" authors = ["Daniel Mueller "] license = "GPL-3.0-or-later"