From 73a14cde9206b1a589849ab79de41e5077a6be0a Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Mon, 23 Dec 2024 21:03:58 +0100 Subject: [PATCH] chore: release v1.10.1 (#225) --- CHANGELOG.md | 7 +++++-- version.json | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ce49bf..369649b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,8 +15,6 @@ The following emojis are used to highlight certain changes: ### Added -- Add support for custom DNSLink resolvers (e.g. to support TLDs like `.eth`, `.crypto`). It is possible to set custom DoH resolvers by setting `RAINBOW_DNSLINK_RESOLVERS` with the same convention as Kubo's [`DNS.Resolvers`](https://github.com/ipfs/kubo/blob/master/docs/config.md#dnsresolvers) ) [#224](https://github.com/ipfs/rainbow/pull/224) - ### Changed ### Fixed @@ -27,6 +25,11 @@ The following emojis are used to highlight certain changes: ### Security +## [1.10.1] + +### Added + +- Add support for custom DNSLink resolvers (e.g. to support TLDs like `.eth`, `.crypto`). It is possible to set custom DoH resolvers by setting `RAINBOW_DNSLINK_RESOLVERS` with the same convention as Kubo's [`DNS.Resolvers`](https://github.com/ipfs/kubo/blob/master/docs/config.md#dnsresolvers) ) [#224](https://github.com/ipfs/rainbow/pull/224) ## [1.10.0] diff --git a/version.json b/version.json index 0280025..6124553 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v1.10.0" + "version": "v1.10.1" }