diff --git a/CHANGELOG.md b/CHANGELOG.md index c109354..7e4dc06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ and `Removed`. ## [Unreleased] +## [0.10.2] - 2021-02-10 + ### Fixed - Fixed bug that would deadlock the program between 12am - 4am ET on the intraday diff --git a/Cargo.lock b/Cargo.lock index 83a9f7a..69d8954 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1275,7 +1275,7 @@ dependencies = [ [[package]] name = "tickrs" -version = "0.10.1" +version = "0.10.2" dependencies = [ "anyhow", "async-std", @@ -1294,7 +1294,7 @@ dependencies = [ [[package]] name = "tickrs-api" -version = "0.10.1" +version = "0.10.2" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index e2c19f8..e5bbaaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tickrs" -version = "0.10.1" +version = "0.10.2" authors = ["tarkah "] edition = "2018" license = "MIT" @@ -17,7 +17,7 @@ members = [ ] [dependencies] -tickrs-api = { path = "api/", version = "0.10.1" } +tickrs-api = { path = "api/", version = "0.10.2" } anyhow = "1.0" crossbeam-channel = "0.4" diff --git a/api/Cargo.toml b/api/Cargo.toml index 9dfb413..ef4f5b8 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tickrs-api" -version = "0.10.1" +version = "0.10.2" authors = ["tarkah "] edition = "2018" license = "MIT"