From dbd33217e169ad93cd967af640185fced7df1899 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Fri, 3 May 2024 14:54:35 +0200 Subject: [PATCH 1/2] Bump-up version to 2.1.1 --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 2f4caf6..f5c347b 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -19,7 +19,7 @@ ext["sonatypeStagingProfileId"] = properties.getProperty("sonatypeStagingProfile ext { set("GROUP_ID", "org.kiwix") set("ARTIFACT_ID", "libkiwix") - set("VERSION", "2.1.0") + set("VERSION", "2.1.1") } // Replace these versions with the latest available versions of libkiwix and libzim From e5d782b6729ce6ef4e74c44801b526f7dc842f50 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Fri, 3 May 2024 14:57:39 +0200 Subject: [PATCH 2/2] Update Changelog for 2.1.1 --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 06e95c1..1f61995 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +2.1.1 +* NEW: Use libzim 9.2.1 (@kelson42 https://github.com/kiwix/java-libkiwix/pull/94) + 2.1.0 * NEW: Allow zim::Archive to be created with a set of File descriptor (@mgautierfr https://github.com/kiwix/java-libkiwix/pull/87) * NEW: Wrap new methods migrateBookmarks and getBestTargetBookId of libkiwix (@mgautierfr https://github.com/kiwix/java-libkiwix/pull/85)