From 0324949e632e39b82eccbabfdc69a76c18bb74ff Mon Sep 17 00:00:00 2001 From: Gus Eggert Date: Wed, 5 Apr 2023 08:55:55 -0400 Subject: [PATCH] Release v0.8.0 --- CHANGELOG.md | 8 +++++++- version.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c09d1bf6..cedb40a1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.8.0] - 2023-04-04 +## [0.8.0] - 2023-04-05 ### Added - Migrated repositories into Boxo @@ -48,8 +48,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Deprecated +None + ### Removed +None + ### Fixed - Ensure dag-cbor/json codecs are registered in the gateway handler @@ -57,3 +61,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed a panic in the gateway handler when returning errors ### Security + +None diff --git a/version.json b/version.json index 019b1210e..0ad79e3bf 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v0.8.0-rc4" + "version": "v0.8.0" }