diff --git a/CHANGELOG.md b/CHANGELOG.md index afddd41..248a2e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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). + +## [0.10.2] - 2023-11-21 +### Fixed +- Issue where duplicate events were being downloaded causing database errors +- Default file path format now uses event start time instead of event end time which makes more logical sense + ## [0.10.1] - 2023-11-01 ### Fixed - Event type enum conversion string was no longer converting to the enum value, this is now done explicitly.