From 6130e27a3d52a4d6e9830c0a09484161bccb1d74 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sun, 17 May 2026 11:24:07 -0700 Subject: [PATCH] Prepare for release 0.4.0 --- Changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 1f5adaa..d85f93e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [0.4.0] - 2026-05-17 ### Removed - **Breaking**: Dropped support for iOS 17 and macOS 14. Minimum platforms are now iOS 18.0 and macOS 15.0. @@ -9,7 +9,7 @@ ### Changed - The remaining `monitor` and `monitorValues` APIs no longer carry `@available` gates and rely on the actor-isolation-aware overloads that previously required iOS 18 / macOS 15. -[Unreleased]: https://github.com/samsonjs/AsyncMonitor/compare/0.3.1...HEAD +[0.4.0]: https://github.com/samsonjs/AsyncMonitor/compare/0.3.1...0.4.0 ## [0.3.1] - 2025-05-25