Skip to content

Commit

Permalink
Prepare for Whois 1.99 release (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
eshryane authored Dec 2, 2020
1 parent ae132c1 commit 5950e3d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# next

# 1.99

[update] NWI-10: require -mnt suffix (#667)
[nrtm] Enable TCP_NODELAY in NRTM and query connections (#693)
[api] Filter out sensitive information in API response on exception (#664)
[query] Return 'invalid option supplied' on invalid version number given to --diff-version (#662)
[rdap] Allow *any* CORS origin on RDAP GET requests by default (as recommended by RFC7480). (#661)
[all] New dummifier for RC environment
[all] Updated dependent libraries
[all] Java 11 support

# 1.98

[update] NWI-11 Punycode Internationalized Domain Names in email addresses. (#643)
Expand Down
2 changes: 1 addition & 1 deletion whois-commons/src/main/resources/version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
application.version=1.98
application.version=1.99
application.build.timestamp=${maven.build.timestamp}
application.build.commit.id=${git.commit.id.abbrev}

0 comments on commit 5950e3d

Please sign in to comment.