diff --git a/CHANGELOG.md b/CHANGELOG.md index 667c2be..173a9df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.37](https://github.com/neochrome/parameter-store-executor/compare/v0.3.36...v0.3.37) (2024-08-07) + + +### 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..326092c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -949,7 +949,7 @@ checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a" [[package]] name = "parameter-store-executor" -version = "0.3.36" +version = "0.3.37" dependencies = [ "aws-config", "aws-sdk-ssm", diff --git a/Cargo.toml b/Cargo.toml index 2364284..ff18c92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parameter-store-executor" -version = "0.3.36" +version = "0.3.37" edition = "2021" authors = ["Johan Stenqvist "]