From 2a0f3fec0c85c2efbf45def6c793f7e66e4d7979 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 14:56:20 +0000 Subject: [PATCH] chore(master): release 0.3.8 --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d04a9e9..98e55e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.3.8](https://github.com/neochrome/parameter-store-executor/compare/v0.3.7...v0.3.8) (2022-08-01) + + +### Bug Fixes + +* **deps:** bump clap from 3.2.14 to 3.2.15 ([a93c852](https://github.com/neochrome/parameter-store-executor/commit/a93c852b9ee3ddd3f92f8fb626f77c075f34c879)) +* **deps:** bump clap from 3.2.15 to 3.2.16 ([4039b4a](https://github.com/neochrome/parameter-store-executor/commit/4039b4a37fa13603eb6e199bfac99f1137a65c88)) +* **deps:** bump tokio from 1.20.0 to 1.20.1 ([bce19cb](https://github.com/neochrome/parameter-store-executor/commit/bce19cbac923f05c0f9534c45b722b87c451dd76)) + ## [0.3.7](https://github.com/neochrome/parameter-store-executor/compare/v0.3.6...v0.3.7) (2022-07-22) diff --git a/Cargo.lock b/Cargo.lock index d22adb2..52d7056 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -752,7 +752,7 @@ checksum = "21326818e99cfe6ce1e524c2a805c189a99b5ae555a35d19f9a284b427d86afa" [[package]] name = "parameter-store-executor" -version = "0.3.7" +version = "0.3.8" dependencies = [ "aws-config", "aws-sdk-ssm", diff --git a/Cargo.toml b/Cargo.toml index bab5fd5..f954d58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parameter-store-executor" -version = "0.3.7" +version = "0.3.8" edition = "2021" authors = ["Johan Stenqvist "]