From a517fb4f5bb4a058545748179793bcd817d09e8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20S=C3=A1nchez?= Date: Sun, 25 Jun 2023 19:03:44 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 13 +++++++++++++ blackboard_sync/__about__.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd16655..2db51af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. +## 0.9.3 - 2023-06-25 + +### Added +- Add basic support for 29 universities: Arkansas, UVM, Europea Madrid, ECOTEC, URSE, Palermo, + Tecnologica del Salvador, Alcala, GWU, APU, Bucks, Northampton, Beds, YSU, Ohio, Princess Nourah, + Leeds Beckett, Post, UAGM, Alabama, Torrens Australia, Holmes Institute, Trinity College Dublin, + Georgian College, Cardiff, Sheffield Hallam, West of England, Northumbria, Ulster + +### Fixed +- Prereleases are marked correctly on Github + +### Changed +- Small tweak to initial desktop notification on first download ## 0.9.0 - 2023-06-21 diff --git a/blackboard_sync/__about__.py b/blackboard_sync/__about__.py index b2c5988..2f91602 100644 --- a/blackboard_sync/__about__.py +++ b/blackboard_sync/__about__.py @@ -33,7 +33,7 @@ __summary__ = "Automatic Syncing Of Your Blackboard Content" __uri__ = "https://github.com/jacobszpz/BlackboardSync" -__version__ = "0.9.2" +__version__ = "0.9.3" __author__ = "Jacob Sánchez" __email__ = "jacobszpz@protonmail.com"