Skip to content

Commit 9d56966

Browse files
committed
Prepare release v10.1.0
1 parent 5829158 commit 9d56966

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## main
99

10-
## v10
10+
## v10.1.0
11+
12+
### Added
13+
14+
- Redesigned RFC compliant codecs for the Admin API ([#325](https://github.com/dnsimple/erldns/pull/325))
15+
16+
### Fixed
17+
18+
- Fixed spurious trailing dots in the admin API ([#325](https://github.com/dnsimple/erldns/pull/325))
19+
- Fixed badly formatted TXT records in the admin API ([#325](https://github.com/dnsimple/erldns/pull/325))
20+
21+
## v10.0.0
1122

1223
### Added
1324

test/zones_SUITE.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ json_record_svcb_no_default_alpn_atom(_) ->
909909

910910
json_record_svcb_ipv4hint_invalid(_) ->
911911
Name = ~"example.com",
912-
%% Test that invalid IPv4 addresses error an error
912+
%% Test that invalid IPv4 addresses raises an error
913913
?assertException(
914914
error,
915915
{invalid_ipv4_in_json, _, _},
@@ -929,7 +929,7 @@ json_record_svcb_ipv4hint_invalid(_) ->
929929

930930
json_record_svcb_ipv6hint_invalid(_) ->
931931
Name = ~"example.com",
932-
%% Test that invalid IPv6 addresses error an error
932+
%% Test that invalid IPv6 addresses raises an error
933933
?assertException(
934934
error,
935935
{invalid_ipv6_in_json, _, _},

0 commit comments

Comments
 (0)