diff --git a/CHANGELOG.md b/CHANGELOG.md index c0ec4d8..f357878 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [3.0.1](https://www.github.com/Overmuse/trader/compare/v3.0.0...v3.0.1) (2021-10-29) + + +### Bug Fixes + +* use tag_name for ecr image name ([652b886](https://www.github.com/Overmuse/trader/commit/652b8865d7231463a22306ac71501e0a3013bf1b)) + ## [3.0.0](https://www.github.com/Overmuse/trader/compare/v2.0.2...v3.0.0) (2021-10-28) diff --git a/Cargo.lock b/Cargo.lock index 5873f1e..8acdb78 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1651,7 +1651,7 @@ dependencies = [ [[package]] name = "trader" -version = "3.0.0" +version = "3.0.1" dependencies = [ "again", "alpaca", diff --git a/Cargo.toml b/Cargo.toml index e4755c8..21fadd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trader" -version = "3.0.0" +version = "3.0.1" authors = ["RollenRegistratorBot "] edition = "2018"