From 6decc5043cddd6ea9fee57f3fe0c8ac4515a30f3 Mon Sep 17 00:00:00 2001 From: Sumner Evans Date: Sun, 24 Nov 2019 15:23:19 -0700 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 34cb8a6..d8aacf2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,15 @@ +v0.8.9 +====== + +* Enabled storing passwords in the system keyring. +* **Infrastructure**: + + * Added a ``Pipfile`` and made the CI/CD build use it for testing. + * Upgraded the Flatpak dependencies on ``org.gnome.Platform`` and + ``org.gnome.Sdk`` to ``3.34`` which allows us to have much faster Flatpak + build times. + * Added ``mypy`` tests to the build process. + v0.8.8 ======