Skip to content

Commit 3e82216

Browse files
committed
Updating version to 1.73.0 for imminent release
1 parent a9df8d3 commit 3e82216

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

RELEASE_NOTES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Release Notes
22

3+
## v1.73.0
4+
5+
* Ruby 3.4 updates - thanks @zarqman!
6+
* Enable setting up a custom UDP size when DNSSEC validation is disabled
7+
* EDNS OPT RR for udp_size > 512 - thanks @mrideout!
8+
* Test code improvements - thanks @mrideout!
9+
* base64 gem version fixes
10+
* Fix for file descriptor leak on truncated UDP messages
11+
312
## v1.72.4
413

514
* allow parsing case insensitive property tags for CAA records - thanks ruby-dev!

lib/dnsruby/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Dnsruby
2-
VERSION = '1.72.4'
2+
VERSION = '1.73.0'
33
end

0 commit comments

Comments
 (0)