diff --git a/CHANGELOG.md b/CHANGELOG.md index 08daa46..7520034 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.0.1](https://github.com/roach-php/core/compare/v3.0.0...v3.0.1) (2024-01-25) + + +### Bug Fixes + +* fix psalm errors on latest release ([2aec066](https://github.com/roach-php/core/commit/2aec066f12d940440cbf63c8815a7182f3fc7613)) +* fix race condition in SystemClock ([c9d7d46](https://github.com/roach-php/core/commit/c9d7d4661bc9af9569c59e31914fc7ac88b5a19b)) + ## [3.0.0](https://github.com/roach-php/core/compare/2.0.1...v3.0.0) (2024-01-05)