diff --git a/ChangeLog b/ChangeLog index c24e46f38..af787bf5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +kiwix-lib 4.1.0 +=============== + + * Allow the library to be filtered by tags. + * Fix language mapping. + * Update README about mustache dependency. + kiwix-lib 4.0.1 =============== diff --git a/meson.build b/meson.build index 8984ccfc5..3a11de65d 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('kiwix-lib', 'cpp', - version : '4.0.1', + version : '4.1.0', license : 'GPL', default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])