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
Adin Schmahmann committed
Feb 18, 2022 at 11:37 UTC
9f6cd22ba4ebfe3f8fb18157fe433cf8276168bb
1 file changed
+2
CHANGELOG.md
+2
@@ -10,6 +10,8 @@ As usual, this release includes important fixes, some of which may be critical f
10
11
- `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.
12
13
+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).
14
+
15
Keep reading to learn more details.
16
17
#### 🔦 Highlights