Skip to content

Commit c2d256b

Browse files
Updated CHANGELOG file for version 2.2.0.
* Bump-up version to `2.2.0`.
1 parent 4601d78 commit c2d256b

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.2.0
2+
* NEW: Use libzim 9.2.1-1 and libkiwix 13.1.0-3 (@kelson42 https://github.com/kiwix/java-libkiwix/pull/98)
3+
* NEW: Added support for SDK 34 (@MohitMaliFtechiz https://github.com/kiwix/java-libkiwix/pull/97)
4+
15
2.1.1
26
* NEW: Use libzim 9.2.1 (@kelson42 https://github.com/kiwix/java-libkiwix/pull/94)
37

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.1.1")
22+
set("VERSION", "2.2.0")
2323
}
2424

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

0 commit comments

Comments
 (0)