diff --git a/CHANGELOG.md b/CHANGELOG.md index cc5f0d4..ee524cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # `cacache` Release Changelog + +## 11.5.0 (2023-04-01) + +This release upgrades miette and thiserror in lockstep, bringing in syn2, in +order to avoid [potential issues with the +upgrade](https://github.com/yaahc/eyre/pull/92). + +### Features + +* **deps:** bump miette and thiserror ([364f9da6](https://github.com/zkat/cacache-rs/commit/364f9da65eccedc51af9e05ab326496fb98d4ed7)) + ## 11.4.0 (2023-03-10)