From 9beb71f432a1e83f2dbc10031612991570ef5397 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Thu, 11 Apr 2024 16:13:04 +0200 Subject: [PATCH] docs: release 0.5.1 (#203) --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c074ea1e9..e301068e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.1] - 2024-04-11 +- Removed byte range text for DAG-CBOR objects converted to `text/html`. [PR](https://github.com/ipfs/gateway-conformance/pull/202) + ## [0.5.0] - 2024-01-25 ### Changed - Fixed tests of CAR requests with `entity-bytes` and negative indexing. [PR](https://github.com/ipfs/gateway-conformance/pull/190) (BREAKING CHANGE)