diff --git a/.circleci/config.yml b/.circleci/config.yml index 639253b..e7ca8ac 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,7 +21,7 @@ parameters: description: "If true, the success pipeline will be executed." orbs: - toolkit: jerus-org/circleci-toolkit@2.11.0 + toolkit: jerus-org/circleci-toolkit@2.12.1 executors: rust-env: diff --git a/CHANGELOG.md b/CHANGELOG.md index e601613..5151c94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - deps: update rust crate lambda_runtime to 0.14.3(pr [#102]) - deps: update rust crate serde_json to 1.0.141(pr [#103]) +- deps: update dependency toolkit to v2.12.1(pr [#104]) ## [0.2.32] - 2025-06-28 @@ -341,6 +342,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#101]: https://github.com/jerus-org/lambda_sqs/pull/101 [#102]: https://github.com/jerus-org/lambda_sqs/pull/102 [#103]: https://github.com/jerus-org/lambda_sqs/pull/103 +[#104]: https://github.com/jerus-org/lambda_sqs/pull/104 [Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.32...HEAD [0.2.32]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.31...v0.2.32 [0.2.31]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.30...v0.2.31