diff --git a/CHANGES b/CHANGES index 1ab0258..f1201cf 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +[1.8.10] +- Add options to InteractiveScriptListener to configure how interactive script notifications are handled + [1.8.9] - Reduce AtomicBoolean allocations per GameFuture diff --git a/build.gradle b/build.gradle index 2dd967b..6a6b8c4 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ subprojects { apply plugin: "checkstyle" group = 'org.mini2Dx' - version = '1.8.9' + version = '1.8.10' repositories { mavenLocal()