From 2a94f3719fb2c4335fcda374fa92f87272b02d34 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 11 Jul 2019 09:17:55 -0700 Subject: [PATCH] Release 0.29.1 --- docs/changelog.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 93a42718..ad2a577a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,13 @@ Changelog ========= +.. _v0_29_1: + +0.29.1 (2019-07-11) +------------------- + +- Fixed bug with static mounts using relative paths which could lead to traversal exploits (`#555 `__) - thanks Abdussamet Kocak! + .. _v0_29: 0.29 (2019-07-07)