Skip to content

Commit

Permalink
Update CHANGELOG and Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
phyber committed Oct 14, 2024
1 parent 6d638c4 commit 9f56e08
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# `s3audit`

## v1.1.0

- Moved to the official AWS SDK
- Documented required AWS permissions
- Bumped Rust edition to 2021
- Fixed clippy warnings
- Updated CI action versions
- Many crate updates

## v1.0.0

- Initial release
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "s3audit"
version = "1.0.0"
version = "1.1.0"
authors = [
# Alphabetical by surname
"Tim Bannister <tim@scalefactory.com>",
Expand Down

0 comments on commit 9f56e08

Please sign in to comment.