diff --git a/CHANGELOG.md b/CHANGELOG.md index 73fe9f4..b5836cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.8] - 2023-12-25 +### Changed +- Use stable aws-sdk +- Switch to clap + ## [0.1.7] - 2023-11-11 ### Changed - Better terminal detection diff --git a/Cargo.lock b/Cargo.lock index def33ff..c7a7d38 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -585,7 +585,7 @@ checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" [[package]] name = "cloudwatch_metrics_agent" -version = "0.1.7" +version = "0.1.8" dependencies = [ "async-trait", "aws-config", diff --git a/Cargo.toml b/Cargo.toml index f4b230a..43c627b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cloudwatch_metrics_agent" -version = "0.1.7" +version = "0.1.8" edition = "2021" authors = ["theirix "] repository = "https://github.com/theirix/cloudwatch_metrics_agent"