diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f375a09 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.4.1](https://github.com/eegli/mfaws/compare/v0.4.0...v0.4.1) - 2024-11-16 + +### Other + +- update dependencies and add release action ([#19](https://github.com/eegli/mfaws/pull/19)) +- fix typo in readme diff --git a/Cargo.lock b/Cargo.lock index d0ff652..a4d7f1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -865,7 +865,7 @@ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] name = "mfaws" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "aws-credential-types", diff --git a/Cargo.toml b/Cargo.toml index 3fbbaf6..bf7a857 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mfaws" -version = "0.4.0" +version = "0.4.1" edition = "2021" authors = ["Eric Egli"] description = "A CLI tool to manage AWS credentials for MFA-enabled accounts"