diff --git a/CHANGELOG.md b/CHANGELOG.md index abecd2d..a5258ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.4.2](https://github.com/neochrome/parameter-store-executor/compare/v0.4.1...v0.4.2) (2024-10-04) + + +### Bug Fixes + +* **deps:** bump aws-config from 1.5.6 to 1.5.7 ([9a137a5](https://github.com/neochrome/parameter-store-executor/commit/9a137a51545f8fc5cc5a852d6fd6d1908d187758)) +* **deps:** bump aws-sdk-ssm from 1.48.0 to 1.49.0 ([a6b6b3e](https://github.com/neochrome/parameter-store-executor/commit/a6b6b3e2727dd4039e6fbbf53c33e90f38a44f67)) +* **deps:** bump clap from 4.5.17 to 4.5.18 ([9be1835](https://github.com/neochrome/parameter-store-executor/commit/9be1835e7075d4facc4a9ae64e7259fa05b9e3a9)) +* **deps:** bump clap from 4.5.18 to 4.5.19 ([c7e2e6b](https://github.com/neochrome/parameter-store-executor/commit/c7e2e6bcbff42ad6cc0d4e7c4335aabafda23624)) + ## [0.4.1](https://github.com/neochrome/parameter-store-executor/compare/v0.4.0...v0.4.1) (2024-09-18) diff --git a/Cargo.lock b/Cargo.lock index 5aad339..2c02501 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -950,7 +950,7 @@ checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a" [[package]] name = "parameter-store-executor" -version = "0.4.1" +version = "0.4.2" dependencies = [ "aws-config", "aws-sdk-ssm", diff --git a/Cargo.toml b/Cargo.toml index a1a9207..59e853a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parameter-store-executor" -version = "0.4.1" +version = "0.4.2" edition = "2021" authors = ["Johan Stenqvist "]