diff --git a/CHANGELOG.md b/CHANGELOG.md index bffc752a9..fc02fd7c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,14 @@ The following emojis are used to highlight certain changes: ### Changed +### Removed + +### Security + +## [v0.16.0] + +### Changed + * 🛠 `boxo/namesys`: now fails when multiple valid DNSLink entries are found for the same domain. This used to cause undefined behavior before. Now, we return an error, according to the [specification](https://dnslink.dev/). ### Removed @@ -32,8 +40,6 @@ The following emojis are used to highlight certain changes: * a panic (which is recovered) could sporadically be triggered inside a CAR request, if the right [conditions were met](https://github.com/ipfs/boxo/pull/511). * no longer emits `http: superfluous response.WriteHeader` warnings when an error happens. -### Security - ## [v0.15.0] ### Changed diff --git a/version.json b/version.json index 7f358a70c..e0943d02a 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v0.15.0" + "version": "v0.16.0" }