From 5c3f5586a9a73641bbd69047153a5a342c2d353a Mon Sep 17 00:00:00 2001 From: Laurent Senta Date: Mon, 20 Nov 2023 14:33:59 +0100 Subject: [PATCH] release: v0.4.2 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3493cfa2..aaaeceb7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.2] - 2023-11-20 +### Changed +- Fixed versioning in Docker containers. [PR](https://github.com/ipfs/gateway-conformance/pull/179) + ## [0.4.1] - 2023-10-11 ### Changed - Loosened the `Cache-Control` and `Last-Modified` checks for IPNS paths, as they are now allowed. [PR](https://github.com/ipfs/gateway-conformance/pull/173)