From dc27cdae751a44b60fbee398d2837b5361c31132 Mon Sep 17 00:00:00 2001 From: Happy Shandilya Date: Fri, 12 Jan 2024 15:41:15 -0800 Subject: [PATCH] release 2.5.1 (#72) * release 2.5.1 * release 2.5.1 --- CHANGELOG.md | 3 +++ gradle.properties | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index daac7aa..757e71c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog All notable changes to this project will be documented in this file. +## [2.5.1] - 2024-01-12 +### Fixed +- Fix geo context not being cleaned up ## [2.5.0] - 2022-09-29 ### Added - Expose new connection pool configuration options (`connectionTtlMs`, `idleConnectionValidationMs`, `evictIdleConnectionsAfterSecs`) diff --git a/gradle.properties b/gradle.properties index dd695b9..bb7d3d4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.adobe.target -version=2.5.0 +version=2.5.1 mavenCentralUrl=https://oss.sonatype.org/service/local/staging/deploy/maven2 pomDescription=Adobe Target Java SDK pomURL=https://docs.adobe.com/content/help/en/target/using/implement-target/server-side/api-and-sdk-overview.html