diff --git a/CHANGELOG b/CHANGELOG index e315ddcc00d204b36796783270090ed1a25c0c2e..7bd0f8b1c04c3122f49645a1b1758ea17badd1b6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,13 @@ +v 1.35.0 + +- Fix for query strings being stripped !398 +- Do not accept client-supplied X-Forwarded-For header for logs without proxy !415 +- Include /etc/hosts in chroot jail !124 +- Render 500 error if API is unavailable and domain info is unavailable !393 +- Allow passing multiple values in `-header` with separator via config file !417 +- Fix `auto` config source !424 +- Allow to serve `zip` from a disk `/pages` !429 + v 1.34.0 - Allow DELETE HTTP method diff --git a/VERSION b/VERSION index 2b17ffd5042f6d7260215a1a11f7efe1957f39f3..2aeaa11ee27edf38badb02cd1c3ce3e3aa445476 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.34.0 +1.35.0