From 8d5373de6681a9314cd8d514ac6aee6215d3ad99 Mon Sep 17 00:00:00 2001 From: MohitMali Date: Fri, 10 Nov 2023 15:10:47 +0530 Subject: [PATCH 1/2] Updated the CHANGELOG. --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 7e641b8..a880586 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +1.0.1 +* FIX: Resolved an issue where the library was not saving all books that are read from the library. (https://github.com/kiwix/java-libkiwix/pull/72) +* FIX: Fixed a problem where books were not returning the illustration. (https://github.com/kiwix/java-libkiwix/pull/74) + + 1.0.0 * NEW: Moved wrapper from libkiwix to java-libkiwix. * NEW: Adapted new build system. From b374eb4c89ec8d3d2374964cc093c570ac3a7c17 Mon Sep 17 00:00:00 2001 From: MohitMali Date: Fri, 10 Nov 2023 15:11:12 +0530 Subject: [PATCH 2/2] Updated library version to `1.0.1`. --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 7c5800f..4944ca3 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", "1.0.0") + set("VERSION", "1.0.1") } // Replace these versions with the latest available versions of libkiwix and libzim