diff --git a/CHANGELOG.md b/CHANGELOG.md index 75cc37b..2181165 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.0.3] - 2026-03-22 + +### Changed + +- Update deps ([#95](https://github.com/beeb/awsbck/pull/95)) - ([7c66332](https://github.com/beeb/awsbck/commit/7c6633275f427475588d962dd1092678512d07a6)) + + ## [1.0.2] - 2026-03-10 ### Changed diff --git a/Cargo.lock b/Cargo.lock index 6878e99..5177a64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -579,7 +579,7 @@ dependencies = [ [[package]] name = "awsbck" -version = "1.0.2" +version = "1.0.3" dependencies = [ "anyhow", "aws-config", diff --git a/Cargo.toml b/Cargo.toml index c39bc5d..00771da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "awsbck" -version = "1.0.2" +version = "1.0.3" edition = "2024" authors = ["Valentin Bersier "] license = "MIT OR Apache-2.0"