diff --git a/CHANGELOG.md b/CHANGELOG.md index 667c2be..6274e26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.4.0](https://github.com/neochrome/parameter-store-executor/compare/v0.3.36...v0.4.0) (2024-08-08) + + +### Features + +* Add process name in the error message for easy debug ([bc2ea3e](https://github.com/neochrome/parameter-store-executor/commit/bc2ea3e116360419ba93f2c5d71baf6850e11b76)) + + +### Bug Fixes + +* add . (period) support ([4aa9be9](https://github.com/neochrome/parameter-store-executor/commit/4aa9be958da438811dd8155863a0891a78013292)) + ## [0.3.36](https://github.com/neochrome/parameter-store-executor/compare/v0.3.35...v0.3.36) (2024-08-05) diff --git a/Cargo.lock b/Cargo.lock index 665c545..04148c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -949,7 +949,7 @@ checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a" [[package]] name = "parameter-store-executor" -version = "0.3.36" +version = "0.4.0" dependencies = [ "aws-config", "aws-sdk-ssm", diff --git a/Cargo.toml b/Cargo.toml index 2364284..2fdf804 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parameter-store-executor" -version = "0.3.36" +version = "0.4.0" edition = "2021" authors = ["Johan Stenqvist "]