From 496b534b86e35f9052144ef147dae986a6b79cb7 Mon Sep 17 00:00:00 2001 From: Yashvardhan Nanavati Date: Jul 15 2019 12:48:20 +0000 Subject: Add release-notes for version 1.2.1 --- diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 2bfa8a8..c7f9369 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -2,6 +2,20 @@ Release Notes ============= +Greenwave 1.2.1 +=============== + +Released 15 July 2019 + +* Disable sphinxcontrib-issuetracker integration. This extension appears to no longer be maintained. + The following issue prevents adopting a newer version of Sphinx: `https://github.com/ignatenkobrain/sphinxcontrib-issuetracker/ issues/23`. +* General code optimizations and documentation update. +* Correct the waiverdb consumer to use the correct messaging setting. +* Bug fix - Add retry logic when fetching data from dist-git. +* Bug fix - Fix matching some wrong product versions. +* Fun addition - Added life-decision endpoint. Ask a question to Greenwave checking the /life-decision endpoint, + it will give you an advice for your life. Greenwave is just a service, it cannot give you every answers for your life decisions, but it can help you to find the answer inside your heart. + Greenwave 1.2.0 ===============