From 916ccba5a9ea4ef1134eafc591b70f390eb88ebe Mon Sep 17 00:00:00 2001 From: rlaphoenix Date: Tue, 3 Oct 2023 04:05:59 +0100 Subject: [PATCH] Update Changelog for v1.3.1 --- HISTORY.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index ba44e7d..c002c5a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,18 @@ # Release History +## 1.3.1 + +### ⚠️Breaking Changes + +- Dropped support for Python 3.6. + +### Improvements + +- Fixed and updated the GitHub Workflows which handle CI/CD. +- Improved various aspects of the README. +- Listed the Version in the CLI help information. +- Updated the dependencies to their latest versions. + ## 1.3.0 ### ⚠️Breaking Changes