diff --git a/VERSION b/VERSION index 9faa1b7a..0ea3a944 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.5 +0.2.0 diff --git a/rpm-build/SPECS/securedrop-workstation-dom0-config.spec b/rpm-build/SPECS/securedrop-workstation-dom0-config.spec index 7d7565c9..f9fcb878 100644 --- a/rpm-build/SPECS/securedrop-workstation-dom0-config.spec +++ b/rpm-build/SPECS/securedrop-workstation-dom0-config.spec @@ -1,12 +1,12 @@ Name: securedrop-workstation-dom0-config -Version: 0.1.5 +Version: 0.2.0 Release: 1%{?dist} Summary: SecureDrop Workstation Group: Library License: GPLv3+ URL: https://github.com/freedomofpress/securedrop-workstation -Source0: securedrop-workstation-dom0-config-0.1.5.tar.gz +Source0: securedrop-workstation-dom0-config-0.2.0.tar.gz BuildArch: noarch BuildRequires: python3-setuptools @@ -91,6 +91,10 @@ find /srv/salt -maxdepth 1 -type f -iname '*.top' \ | xargs qubesctl top.enable > /dev/null %changelog +* Mon Feb 24 2020 SecureDrop Team - 0.2.0 +- Update version to 0.2.0 in preparation for beta release +- Includes log forwarding from AppVMs to sd-log + * Tue Feb 18 2020 SecureDrop Team - 0.1.5 - Removes legacy cron job updater, replaced by preflight udpater