diff --git a/CHANGELOG.md b/CHANGELOG.md index dc24fa6..b8bff10 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.0] - 2025-09-09 + +### Changed + +- Update checkout action ([#76](https://github.com/beeb/awsbck/pull/76)) - ([f55201f](https://github.com/beeb/awsbck/commit/f55201f41392f2dc2fa7759be6925b818f3c8d01)) +- Prepare for 1.0 release ([#78](https://github.com/beeb/awsbck/pull/78)) - ([7656799](https://github.com/beeb/awsbck/commit/76567992a0b6c73c6f8b3ffff3dd78962029467c)) + ## [0.3.15] - 2025-06-17 ### Changed diff --git a/Cargo.lock b/Cargo.lock index bc64e38..187fdcf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -552,7 +552,7 @@ dependencies = [ [[package]] name = "awsbck" -version = "0.3.15" +version = "1.0.0" dependencies = [ "anyhow", "aws-config", diff --git a/Cargo.toml b/Cargo.toml index a7c0637..4863351 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "awsbck" -version = "0.3.15" +version = "1.0.0" edition = "2024" authors = ["Valentin Bersier "] license = "MIT OR Apache-2.0"