diff --git a/ChangeLog b/ChangeLog index 1babfeb8..cc0643dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +libkiwix 14.1.1 +=============== + +* Server: + - Fix regression for kiwix-serve --nosearchbar (@veloman-yunkan #1250) + - Avoid results content interpretation... crash in fulltext search (@vighnesh-sawant #1241) + - Fix for intermittent /content/blank.html errors (@veloman-yunkan #1249) + libkiwix 14.1.0 =============== diff --git a/meson.build b/meson.build index ef8833da..14acbbdd 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libkiwix', 'cpp', - version : '14.1.0', + version : '14.1.1', license : 'GPLv3+', default_options : ['c_std=c11', 'cpp_std=c++17', 'werror=true'])