Skip to content

Commit

Permalink
Merge pull request #2130 from freedomofpress/bump-version-and-changelog
Browse files Browse the repository at this point in the history
Bump version to 0.12.0 and update changelog
  • Loading branch information
legoktm authored Jul 22, 2024
2 parents ae0d6ca + 2ffb26d commit 1e96a9b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.12.0

* Support viewing .heic and .avif files (#2110)
* Fix printing of Office documents requiring conversion to PDF (#2119)
* Show error details on Error screen of Export Wizard (#2098)
* Improve Export Wizard handling of button presses (#1926)
* Add hover state and animation to Print dialog buttons (#2125)
* Upgrade `openssl` Rust crate to 0.10.66 for RUSTSEC-2024-0357 (#2131)


## 0.11.0

This is the first release solely targeting Debian Bookworm. New features in the securedrop-client codebases will be available on Bookworm and Qubes 4.2 only.
Expand Down
2 changes: 1 addition & 1 deletion client/securedrop_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.12.0-rc1"
__version__ = "0.12.0"
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
securedrop-client (0.12.0~rc1) unstable; urgency=medium
securedrop-client (0.12.0) unstable; urgency=medium

* see changelog.md

-- SecureDrop Team <securedrop@freedom.press> Tue, 16 Jul 2024 15:19:03 -0400
-- SecureDrop Team <securedrop@freedom.press> Thu, 18 Jul 2024 16:37:39 -0400

securedrop-client (0.11.0) unstable; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion export/securedrop_export/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.12.0-rc1"
__version__ = "0.12.0"

0 comments on commit 1e96a9b

Please sign in to comment.