From 4e955159de1687c9f31b78d6cb01691aa1cc6306 Mon Sep 17 00:00:00 2001 From: Liryna Date: Fri, 22 Dec 2023 17:40:22 -0500 Subject: [PATCH] CHANGELOG - Fix 2.1.0 release year --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b41d2133..4af5bccb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [2.1.0.1000] - 2022-12-22 +## [2.1.0.1000] - 2023-12-22 ### Added - Libary - New dismount callbacks were added `DokanRegisterWaitForFileSystemClosed` & `DokanUnregisterWaitForFileSystemClosed`.