From da22db236feb4b179c289ba8de564cd72d4573cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 08:38:28 +0000 Subject: [PATCH] chore(main): release 3.0.1 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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)