Skip to content

Commit

Permalink
Bump version number and update README and ReleaseNotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ettersi committed Jan 3, 2025
1 parent d125f99 commit 4737f23
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Maven Central dependency
<dependency>
<groupId>com.github.org-arl</groupId>
<artifactId>fjage</artifactId>
<version>1.12.3</version>
<version>1.12.4</version>
</dependency>

Contributing
Expand Down
5 changes: 5 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.3
1.12.4

0 comments on commit 4737f23

Please sign in to comment.