From cba4c274ece6b8b8a311f10929e7ecff8814b614 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Fri, 31 Mar 2023 17:42:18 -0700 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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)