diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a05ba3..2183674 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ Since version 1.1.1, the format of this changelog is based on [Keep a Changelog] Do not manually edit this file. It will be automatically updated when a new release is published. +## [1.1.1](https://github.com/scouten/async-generic/compare/async-generic-v1.1.0...async-generic-v1.1.1) +_30 August 2024_ + +### Fixed +* Simplify internal syntax + ## 1.1.0 _29 March 2024_ diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 8504901..bdac1e6 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-generic" -version = "1.1.0" +version = "1.1.1" description = "Write code that can be both async and synchronous without duplicating it." authors = ["Eric Scouten "] license = "MIT OR Apache-2.0"