We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b8b9ad commit 2c153a5Copy full SHA for 2c153a5
RELEASE_NOTES.md
@@ -1,5 +1,13 @@
1
# Release Notes
2
3
+## v1.61.6
4
+
5
+* RD bit not set on Recursor queries (thanks Sean Dilda!)
6
+* Handle quoted strings followed by unquoted strings in TXT records
7
+* do not worry about rogue repeated Ids - just log an error and get on with life
8
+* Clear Ruby warnings
9
+* Use GitHub Actions rather than Travis
10
11
## v1.61.5
12
13
* CAA record fixes - add contactphone and contactemail
lib/dnsruby/version.rb
@@ -1,3 +1,3 @@
module Dnsruby
- VERSION = '1.61.5'
+ VERSION = '1.61.6'
end
0 commit comments