From 4737f2355549849c302d4218fd6685acef40a8fe Mon Sep 17 00:00:00 2001 From: Simon Etter Date: Fri, 3 Jan 2025 18:11:39 +0800 Subject: [PATCH] Bump version number and update README and ReleaseNotes --- README.md | 2 +- ReleaseNotes.md | 5 +++++ VERSION | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cad6c60d..b1927eb7 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Maven Central dependency com.github.org-arl fjage - 1.12.3 + 1.12.4 Contributing diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 31f7066a..fc1e6b8f 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,5 +1,10 @@ # Release Notes +## v1.12.4 + +* Bugfix: Prevent setNextState() from resuscitating terminated FSMs +* Bugfix: Fix potential deadlock when using behavior timers + ## v1.12.1 * Use LONG_OR_DOUBLE parsing for JSON diff --git a/VERSION b/VERSION index 81f36323..89c881bc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.12.3 +1.12.4