diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cac7ae..4ff1384 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [1.0.2] - 2020-07-21 + +### Fixed +- Glutanimate: Fixed compatability issue for Anki 2.1.28 +- Glutanimate: Fixed graph background color in night mode for alternate Anki builds (2.1.28-alternate) + ## [1.0.1] - 2020-05-25 ### Changed diff --git a/src/anki_simulator/_version.py b/src/anki_simulator/_version.py index f3228cd..ba8e09f 100644 --- a/src/anki_simulator/_version.py +++ b/src/anki_simulator/_version.py @@ -20,4 +20,4 @@ Version information """ -__version__ = "1.0.1" +__version__ = "1.0.2"