diff --git a/ChangeLog b/ChangeLog index 6e168c870..5add39896 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +kiwix-lib 5.2.0 +=============== + + * kiwix-serve integration (as a seperated process). + * Fix crash in the suggestion search. + * Better API to filter the library books. + * New kiwix-lib application for android. (.aar) + * Use ReLinker to link with libkiwix.so in android. + * Correctly set the verbosity of zim search. + kiwix-lib 5.1.0 =============== diff --git a/meson.build b/meson.build index 0e8841ae8..5cdbb1fad 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('kiwix-lib', 'cpp', - version : '5.1.0', + version : '5.2.0', license : 'GPL', default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])