bump version (0.3.2) & append to CHANGELOG.md

This commit is contained in:
deeplow 2022-08-25 09:23:40 +01:00
parent 6b385abfef
commit eabf7a9c18
No known key found for this signature in database
GPG key ID: 577982871529A52A
3 changed files with 8 additions and 2 deletions

View file

@ -1,5 +1,11 @@
# Change Log
## Dangerzone 0.3.2
- Bug fix: some non-ascii characters like “ would prevent Dangerzone from working ([issue #144](https://github.com/freedomofpress/dangerzone/issues/144))
- Bug fix: error where Dangerzone would show "permission denied: '/tmp/input_file'" ([issue #157](https://github.com/freedomofpress/dangerzone/issues/157))
- Security: limit container capabilities, run in container as non-root and limit privilege escalation ([issue #169](https://github.com/freedomofpress/dangerzone/issues/169))
## Dangerzone 0.3.1
- Bug fix: Allow converting documents on different mounted filesystems than the container volume

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "dangerzone"
version = "0.3.1"
version = "0.3.2"
description = "Take potentially dangerous PDFs, office documents, or images and convert them to safe PDFs"
authors = ["Micah Lee <micah.lee@theintercept.com>"]
license = "MIT"

View file

@ -1 +1 @@
0.3.1
0.3.2