diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b6937a9f..c66948bad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ Other: * [js] heaps now defaults to canvas instead of window for events * review hxd.prefab.Prefab API * added mp3 sound support +* added S3TC dds texture support * new samples : Camera2D, Domkit, Flows, FXView, Interactive2D, MeshBatch, Lights ## 1.5.0 (October 25, 2018) diff --git a/haxelib.json b/haxelib.json index de8ea5d63..1562c9d57 100644 --- a/haxelib.json +++ b/haxelib.json @@ -3,7 +3,7 @@ "url" : "http://heaps.io", "license" : "BSD", "description" : "The GPU Game Framework", - "version" : "1.5.0", + "version" : "1.6.0", "releasenote" : "", "contributors" : ["ncannasse"], "dependencies" : { "format" : "" }