diff --git a/ChangeLog b/ChangeLog index b813d196a..17afe53e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +kiwix-lib 3.0.1 +=============== + + * Small fix about parsing the opdsStream. + kiwix-lib 3.0.0 =============== diff --git a/meson.build b/meson.build index f621784ba..f696cccaa 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('kiwix-lib', 'cpp', - version : '3.0.0', + version : '3.0.1', license : 'GPL', default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])