Skip to content

Commit

Permalink
include version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Mar 18, 2022
1 parent b588317 commit 7f10c0d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@

#### 1.N.N - YYYY-MM-DD

#### 0.9.2 - 2022-03-18

- mx: weight -> preference
- ds: keytag -> key tag (consistent naming)
- mx: add null MX test
- more use of this.getRFCs in error messages
- added getTinydnsGeneric
- on `index.is*` functions which throw, use declaratively
- class: add NONE and ANY
- validHostname: allow / char
- use \__dirname to find RR mods


#### 0.9.1 - 2022-03-14

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dns-resource-record",
"version": "0.9.1",
"version": "0.9.2",
"description": "DNS Resource Records",
"main": "rr/index.js",
"scripts": {
Expand Down

0 comments on commit 7f10c0d

Please sign in to comment.