From 5d5dd3c7d5d44ed6314d203618fb6be479bab970 Mon Sep 17 00:00:00 2001 From: Ian Wagner Date: Mon, 11 Nov 2024 09:43:18 +0900 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a17a71c..ef7b061 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + + +## Version 0.3.2 - 2024-11-11 + +### Fixed + +- Reverts changes in 0.3.1; they were ultimately unnecessary and introduced a new bug, stopping location updates. + +## Version 0.3.1 - 2024-10-17 + +### Fixed + +- Fixed the location manager being nil after SwiftUI view update. + ## Version 0.3.0 - 2024-10-14 ### Changed