Skip to content

Commit 0324949

Browse files
committed
Release v0.8.0
1 parent ce7c0f4 commit 0324949

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.8.0] - 2023-04-04
10+
## [0.8.0] - 2023-04-05
1111
### Added
1212

1313
- Migrated repositories into Boxo
@@ -48,12 +48,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4848

4949
### Deprecated
5050

51+
None
52+
5153
### Removed
5254

55+
None
56+
5357
### Fixed
5458

5559
- Ensure dag-cbor/json codecs are registered in the gateway handler
5660
- Refactor the Gateway API to operate on higher level semantics
5761
- Fixed a panic in the gateway handler when returning errors
5862

5963
### Security
64+
65+
None

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "v0.8.0-rc4"
2+
"version": "v0.8.0"
33
}

0 commit comments

Comments
 (0)