Skip to content

Commit 26a8f6c

Browse files
authored
Release v1.11.0 (#249)
- tidy changelog - update version
1 parent 93c80c2 commit 26a8f6c

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ The following emojis are used to highlight certain changes:
1717

1818
### Changed
1919

20-
- The default DNSLink resolver for `.eth` TLD changed to `https://dns.eth.limo/dns-query` and `.crypto` one changed to `https://resolver.unstoppable.io/dns-query` [#231](https://github.com/ipfs/rainbow/pull/231)
21-
- Upgrade to Boxo [v0.28.0](https://github.com/ipfs/boxo/releases/tag/v0.28.0)
22-
- Upgrade go-ds-pebble to [v0.4.2](https://github.com/ipfs/go-ds-pebble/releases/tag/v0.4.2) and pebble to [v1.1.4](https://github.com/cockroachdb/pebble/releases/tag/v1.1.4)
23-
- updated go-libp2p to [v0.40.0](https://github.com/libp2p/go-libp2p/releases/tag/v0.40.0)
24-
- require minimum go version 1.24 in go.mod
25-
2620
### Fixed
2721

2822
### Removed
@@ -31,6 +25,16 @@ The following emojis are used to highlight certain changes:
3125

3226
### Security
3327

28+
## [1.11.0]
29+
30+
### Changed
31+
32+
- The default DNSLink resolver for `.eth` TLD changed to `https://dns.eth.limo/dns-query` and `.crypto` one changed to `https://resolver.unstoppable.io/dns-query` [#231](https://github.com/ipfs/rainbow/pull/231)
33+
- Upgrade to Boxo [v0.28.0](https://github.com/ipfs/boxo/releases/tag/v0.28.0)
34+
- Upgrade go-ds-pebble to [v0.4.2](https://github.com/ipfs/go-ds-pebble/releases/tag/v0.4.2) and pebble to [v1.1.4](https://github.com/cockroachdb/pebble/releases/tag/v1.1.4)
35+
- updated go-libp2p to [v0.40.0](https://github.com/libp2p/go-libp2p/releases/tag/v0.40.0)
36+
- require minimum go version 1.24 in go.mod
37+
3438
## [1.10.1]
3539

3640
### Added

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "v1.10.1"
2+
"version": "v1.11.0"
33
}

0 commit comments

Comments
 (0)