Skip to content

Commit 2c153a5

Browse files
committed
Update version to 1.61.6 in preparation for new release, and update RELEASE_NOTES
1 parent 4b8b9ad commit 2c153a5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

RELEASE_NOTES.md

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

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+
311
## v1.61.5
412

513
* CAA record fixes - add contactphone and contactemail

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.61.5'
2+
VERSION = '1.61.6'
33
end

0 commit comments

Comments
 (0)