diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d13913..4fde0ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +2.6.3 (December 10, 2024) +------------------------------ +Fix compile error with Flixel 5.8.0 ([289](https://github.com/HaxeFlixel/flixel-ui/pull/289)) + 2.6.2 (December 10, 2024) ------------------------------ #### Changes and improvements: diff --git a/haxelib.json b/haxelib.json index b336952..70816ef 100644 --- a/haxelib.json +++ b/haxelib.json @@ -4,7 +4,7 @@ "license": "MIT", "tags": ["game", "openfl", "flash", "neko", "cpp", "android", "ios", "cross"], "description": "A UI library for Flixel", - "version": "2.6.2", - "releasenote": "Flixel 5.9.0 compatibility", + "version": "2.6.3", + "releasenote": "Backwards compatibility with Flixel 5.8.0", "contributors": ["haxeflixel", "larsiusprime", "Gama11", "GeoKureli"] }