Skip to content

Commit

Permalink
Bump to 0.2.2, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
eloquence authored and sssoleileraaa committed Oct 28, 2020
1 parent 1a9e4e3 commit 4ffd2f3
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## 0.2.2

* Add sender badge to replies (#1142)
* Elide source designations at lower width (#1145)
* Correctly display client maximum window size in Qubes (#1130)
* Preview only the most recent message/file/reply (#1131)
* Fix styling for reply decryption errors (#1151)
* Update reply sender during a sync (#1137)
* Update info about the current user during a sync (#1135)
* Fix foreign key for reply attribution (#1147)
* Add DB migration testing and update incorrect foreign keys (#1162)
* Update requests and urllib3 requirements (#1155)
* Disable client and vault config in VMs other than sd-app (#1153)
* Enforce AppArmor profile in postinst (#1159)
* Remove MIME type associations from package (#1160)
* (Dev) Move requirements file to new directory (#1128)
* (Dev) Make functional test cassettes work in any order (#1138)
* (Docs) Remove recommendation to merge migrations (#1161)
* (Docs) Updated documentation for running tests (#1144)
* (Docs) Incorporate Code of Conduct updates (#1136)

## 0.2.1

* Reformat the code with black and isort (#1115)
Expand Down
2 changes: 1 addition & 1 deletion securedrop_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.1"
__version__ = "0.2.2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setuptools.setup(
name="securedrop-client",
version="0.2.1",
version="0.2.2",
author="Freedom of the Press Foundation",
author_email="securedrop@freedom.press",
description="SecureDrop Workstation client application",
Expand Down

0 comments on commit 4ffd2f3

Please sign in to comment.