diff --git a/CHANGELOG.md b/CHANGELOG.md index df1ca3a..b128e24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.1.3] - 2023-05-07 + +### Fixed +- null analysis issues with Haxe 4.3.x +- ClassCastException with Haxe 4.3.x on JVM target + + ## [5.1.2] - 2023-05-06 ### Fixed diff --git a/haxelib.json b/haxelib.json index 94198f5..e6b9107 100644 --- a/haxelib.json +++ b/haxelib.json @@ -11,6 +11,6 @@ "description": "A haxelib with cross-platform concurrency functions and classes (thread-pool, task executor/scheduler, re-entrant lock, semaphore, atomic int/bool, thread-safe collections/queues)", "contributors": ["vegardit"], "releasenote": "See https://github.com/vegardit/haxe-concurrent/blob/main/CHANGELOG.md", - "version": "5.1.2", + "version": "5.1.3", "dependencies": { } }