From 9f6cd22ba4ebfe3f8fb18157fe433cf8276168bb Mon Sep 17 00:00:00 2001 From: Adin Schmahmann Date: Fri, 18 Feb 2022 11:37:12 -0800 Subject: [PATCH] docs(changelog): update v0.12.0 release notes Add line to the breaking changes section indicating that there's a new version of ipfs-update needed to install go-ipfs v0.12.0 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa51882d9..4e9f1745d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ As usual, this release includes important fixes, some of which may be critical f - `ipfs refs local` will now list all blocks as if they were [raw]() CIDv1 instead of with whatever CID version and IPLD codecs they were stored with. All other functionality should remain the same. +Note: This change also effects [ipfs-update](https://github.com/ipfs/ipfs-update) so if you use that tool to mange your go-ipfs installation then grab ipfs-update v1.8.0 from [dist](https://dist.ipfs.io/#ipfs-update). + Keep reading to learn more details. #### 🔦 Highlights