diff --git a/Changelog b/Changelog index 8a61371..4f0de73 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,17 @@ +kiwix-tools 1.0.0 +================= + + * [CI] Use the new deps archive xz + * Move version 1.0.0. There is no need to stay in pre 1.0 version. + +kiwix-serve +----------- + + * Correctly implement redirection. + kiwix-serve now return a 302 http status code instead of resolving the + redirection internally and return the content. + + kiwix-tools 0.9.0 ================= diff --git a/meson.build b/meson.build index b2d13a0..2004c29 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('kiwix-tools', 'cpp', - version : '0.9.0', + version : '1.0.0', license : 'GPL', default_options: ['c_std=c11', 'cpp_std=c++11', 'werror=true'])