From 7d6373bf0efdd091f3a7d7e7e70c40157bb7eed2 Mon Sep 17 00:00:00 2001 From: Mandar Chitre Date: Mon, 20 Nov 2023 09:57:43 +0800 Subject: [PATCH] chore: bump version to 1.12.1 --- README.md | 2 +- ReleaseNotes.md | 6 ++++++ VERSION | 2 +- src/sphinx/fjage_quickstart.sh | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 37064078..089ec60f 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Maven Central dependency com.github.org-arl fjage - 1.12.0 + 1.12.1 Contributing diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 281353bb..31f7066a 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,5 +1,11 @@ # Release Notes +## v1.12.1 + +* Use LONG_OR_DOUBLE parsing for JSON +* Change remote gateway naming to avoid use of "@" +* Get slave containers to update watch list to optimize network traffic + ## v1.12.0 * Allow named params to match with param enums in get() diff --git a/VERSION b/VERSION index 0eed1a29..f8f4f03b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.12.0 +1.12.1 diff --git a/src/sphinx/fjage_quickstart.sh b/src/sphinx/fjage_quickstart.sh index 444ade4c..c785cc96 100644 --- a/src/sphinx/fjage_quickstart.sh +++ b/src/sphinx/fjage_quickstart.sh @@ -1,7 +1,7 @@ #!/bin/sh # fjage version -VERSION=1.12.0 +VERSION=1.12.1 # create the folder structure mkdir -p build/libs etc logs samples