diff --git a/CHANGELOG.md b/CHANGELOG.md index c033938c5..7b76dd2bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased + +## [0.3.1] - 2023-09-15 ### Added +- Specs Dashboard Output. [PR](https://github.com/ipfs/gateway-conformance/pull/163) - `--version` flag shows the current version - Metadata logging used to associate tests with custom data like versions, specs identifiers, etc. - Output Github's workflow URL with metadata. [PR](https://github.com/ipfs/gateway-conformance/pull/145) @@ -13,6 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Test Group Metadata on Tests. [PR](https://github.com/ipfs/gateway-conformance/pull/156) - Specs Metadata on Tests. [PR](https://github.com/ipfs/gateway-conformance/pull/159) +### Changed +- Escape test names to avoid confusion when processing test hierarchies. [PR](https://github.com/ipfs/gateway-conformance/pull/166) + ## [0.3.0] - 2023-07-31 ### Added - `--verbose` flag displays all the output to the console