From 8945f4a88085103c039c60766e768c7bd2e5aa09 Mon Sep 17 00:00:00 2001 From: Allie Crevier Date: Fri, 5 Jul 2019 10:54:34 -0700 Subject: [PATCH] backfill changelog entries --- MANIFEST.in | 1 + changelog.md | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 0c0916b..b024c62 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,7 @@ include LICENSE include README.md include securedrop_proxy/VERSION +include changelog.md include config-example.yaml include qubes/securedrop.Proxy include build-requirements.txt diff --git a/changelog.md b/changelog.md index 825c32f..a97c319 100644 --- a/changelog.md +++ b/changelog.md @@ -1 +1,28 @@ # Changelog + +## 0.1.4 + + * Update urllib3 to version 1.24.3 or later due to CVE-2019-11324 (#35) + * Remove pipenv in favor of pip-tools (#33) + +## 0.1.3 + + * Updated PyYAML to 5.1 and safe loading of YAML files + #24 and #25 + +## 0.1.2 + + * Update requirements: Remove dev requirements (#20), update wheel hashes + (#21) + +## 0.1.1-1 + + * Resolves venv paths in generated scripts (via dh-virtualenv) + +## 0.1.1 + + * Update requests to 2.20.0 + +## 0.1.0 + + * Initial release. (Closes: #XXX)