diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cb570e..84a256a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file. - `1.0.x` Releases - [1.0.0](#100) ## [1.3.0](https://github.com/space-code/typhoon/releases/tag/1.2.1) +Released on 2025-11-16. #### Added - Add support for Swift 6.2 @@ -16,18 +17,21 @@ All notable changes to this project will be documented in this file. - Added in Pull Request [#22](https://github.com/space-code/typhoon/pull/22) ## [1.2.1](https://github.com/space-code/typhoon/releases/tag/1.2.1) +Released on 2024-12-24. #### Added - Mark the closures as @Sendable. - Added in Pull Request [#18](https://github.com/space-code/typhoon/pull/18) ## [1.2.0](https://github.com/space-code/typhoon/releases/tag/1.2.0) +Released on 2024-12-23. #### Added - Increase the Swift version to 6.0. - Added in Pull Request [#15](https://github.com/space-code/typhoon/pull/15) ## [1.1.1](https://github.com/space-code/typhoon/releases/tag/1.1.1) +Released on 2024-05-11. #### Added - Add the `upload_test_coverage_report` action