diff --git a/CHANGES b/CHANGES index 3ece22f..3f47e81 100644 --- a/CHANGES +++ b/CHANGES @@ -1,9 +1,7 @@ -[1.5.2] -- Add methods to cancel queued and running futures without sending skip event -- Add method to skip queued futures - [1.5.1] - Only allow currently executing scripts to finish during shutdown. Any other queued scripts will be skipped. +- Add methods to cancel queued and running futures without sending skip event +- Add method to skip queued futures [1.5.0] - Add support for script execution prioritization diff --git a/build.gradle b/build.gradle index f842598..706801e 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ subprojects { apply plugin: "maven" group = 'org.mini2Dx' - version = '1.5.1-SNAPSHOT' + version = '1.5.1' repositories { mavenLocal()