From c3eaa3331a0adedeadf95b8c2676be90c16d26a0 Mon Sep 17 00:00:00 2001 From: maggarwal13 <50230916+maggarwal13@users.noreply.github.com> Date: Thu, 13 Jun 2024 11:27:53 +0200 Subject: [PATCH] Whois release 1.113 (#1479) * downgrade spring 6.1.4 * whois release 1.113 * add changes in 1.113 release --- changes.txt | 7 +++++++ whois-commons/src/main/resources/whois.version.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changes.txt b/changes.txt index ce8a1800f5..3dfc641c49 100644 --- a/changes.txt +++ b/changes.txt @@ -1,5 +1,12 @@ # next +#1.113 + +[all] Inetnum AGGREGATED-BY-LIR status (#1467) +[api] Enable Client Auth Certificate for Lookup (#1475) +[api] ROA Overlapping INVALID ROA and VALID ROA fix (#1470) +[all] Java 21 Support (#1440) + # 1.112 [all] NWI-4: Add ALLOCATED-ASSIGNED PA inetnum status (#1432) diff --git a/whois-commons/src/main/resources/whois.version.properties b/whois-commons/src/main/resources/whois.version.properties index 48b280781b..eae18b1006 100644 --- a/whois-commons/src/main/resources/whois.version.properties +++ b/whois-commons/src/main/resources/whois.version.properties @@ -3,7 +3,7 @@ # # public release version (tagged in repo) -application.version=1.113-SNAPSHOT +application.version=1.113 # commit-id and timestamp (generated by the build) application.build.timestamp=${maven.build.timestamp}