From 5950e3d8388a7bbc0ce8e4509a6a8d13272f7392 Mon Sep 17 00:00:00 2001 From: Ed Shryane Date: Wed, 2 Dec 2020 14:51:08 +0100 Subject: [PATCH] Prepare for Whois 1.99 release (#706) --- changes.txt | 11 +++++++++++ whois-commons/src/main/resources/version.properties | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/changes.txt b/changes.txt index da69124246..26a197eb65 100644 --- a/changes.txt +++ b/changes.txt @@ -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) diff --git a/whois-commons/src/main/resources/version.properties b/whois-commons/src/main/resources/version.properties index 7c6028ad0b..1d85ba6f31 100644 --- a/whois-commons/src/main/resources/version.properties +++ b/whois-commons/src/main/resources/version.properties @@ -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}