From eb06d99ae88652b6c6f1e36b4b0a00de9ec8ef6d Mon Sep 17 00:00:00 2001 From: Michael Link Date: Thu, 18 Jun 2026 15:19:12 -0500 Subject: [PATCH 1/2] Updates for version 2.0.0 --- CHANGELOG.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e8cf84..3dbe22b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased -## [1.2.1] - 2026-06-17 +## [2.0.0] - 2026-06-18 ### Added - Added retroactive conformance to `@unchecked Sendable` for `SecCertificate`, `SecIdentity`, `SecKey`, and `SecKeychainItem`. This is safe because Apple eventually adds this same conformance beginning in Xcode 26. - -## [1.2.0] - 2026-03-18 -### Added - Added convenience methods for accessing mock data values on the `HaversackEphemeralStrategy` - Added `Sendable` conformance to all public types, protocols, and enums. From c9399c00af7f36142abb4e4d158868f4d3609bfb Mon Sep 17 00:00:00 2001 From: Michael Link Date: Thu, 18 Jun 2026 15:55:05 -0500 Subject: [PATCH 2/2] clarification of versioning in CHANGELOG --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dbe22b..e2e377f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added retroactive conformance to `@unchecked Sendable` for `SecCertificate`, `SecIdentity`, `SecKey`, and `SecKeychainItem`. This is safe because Apple eventually adds this same conformance beginning in Xcode 26. - Added convenience methods for accessing mock data values on the `HaversackEphemeralStrategy` - Added `Sendable` conformance to all public types, protocols, and enums. +- Added support for visionOS. ### Changed - Updated to build using Swift 6. @@ -22,9 +23,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Internal `CFString` dictionary keys migrated to `String` for `Sendable` compatibility. - Completion handlers and closure properties marked `@Sendable`. -## [1.2.0-prerelease] - 2024-02-11 -### Added -- Added support for visionOS. +## [1.2.2] - 2026-06-18 +### Changed +- 1.2.2 is equivalent to 1.1.1 due to rollback in versioning. 1.2.0 and 1.2.1 have been squashed to become version 2.0.0. ## [1.1.1] - 2024-01-05 ### Changed