From 8ed4df2bb280b5949d1077c4b88c292d292e2699 Mon Sep 17 00:00:00 2001 From: Michael Bowen Date: Thu, 14 Mar 2024 14:21:08 -0700 Subject: [PATCH] Update CHANGELOG.md for 3.0.2 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fff594bc..46b8b55e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [3.0.2] - 2024-03-14 + +### Fixed + +- Fixed issue where temp files were shareable and not deleted on close (#1658) + ## [3.0.1] - 2024-01-09 ### Fixed