Skip to content

Commit 9e0d795

Browse files
Updated the CHANGELOG file for version 2.4.1.
* Updated the `java-libkiwix` version to `2.4.1`.
1 parent ea3e1d1 commit 9e0d795

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2.4.1
2+
* NEW: Use libkiwix 14.1.1 (@MohitMaliFtechiz , @kelson42 https://github.com/kiwix/java-libkiwix/pull/137)
3+
14
2.4.0
25
* NEW: Introduced the "Spelling correction" API in search. (@MohitMaliFtechiz https://github.com/kiwix/java-libkiwix/pull/130)
36
* NEW: Added support for "Preload Xapian database" introduced in libzim. (@MohitMaliFtechiz https://github.com/kiwix/java-libkiwix/pull/126)

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ext["sonatypeStagingProfileId"] = properties.getProperty("sonatypeStagingProfile
1919
ext {
2020
set("GROUP_ID", "org.kiwix")
2121
set("ARTIFACT_ID", "libkiwix")
22-
set("VERSION", "2.4.0")
22+
set("VERSION", "2.4.1")
2323
}
2424

2525
// Replace these versions with the latest available versions of libkiwix and libzim

0 commit comments

Comments
 (0)