diff --git a/CHANGELOG.md b/CHANGELOG.md index 02e0161..f1a361f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.6](https://github.com/danieleades/monzo-lib/compare/v0.4.5...v0.4.6) - 2024-12-02 + +### Other + +- address clippy warnings ([#135](https://github.com/danieleades/monzo-lib/pull/135)) +- *(ci)* refactor CI to parse MSRV from cargo.toml ([#134](https://github.com/danieleades/monzo-lib/pull/134)) +- address missing backticks and spelling errors ([#124](https://github.com/danieleades/monzo-lib/pull/124)) +- *(deps)* bump the patch-updates group with 2 updates +- *(deps)* bump tokio from 1.39.3 to 1.40.0 + ## [0.4.5](https://github.com/danieleades/monzo-lib/compare/v0.4.4...v0.4.5) - 2024-08-23 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 59a48fa..c664db3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -636,7 +636,7 @@ dependencies = [ [[package]] name = "monzo-lib" -version = "0.4.5" +version = "0.4.6" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 7152a0e..cd0cd91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "monzo-lib" -version = "0.4.5" +version = "0.4.6" authors = ["Daniel Eades "] edition = "2021" description = "async Monzo client in pure rust."