diff --git a/CHANGELOG.md b/CHANGELOG.md index c5fbf10f..ab0e4260 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Ewon Flexy Extensions Library Changelog +## Version 1.11.3 +### Features +- N/A +### Bug Fixes +- Fixed exception when disabling historical data queue max behind time enforcement +### Other +- Add historical data queue max behind time accessor + ## Version 1.11.2 ### Features - Added option to disable historical data queue max behind time enforcement diff --git a/README.md b/README.md index 797b2735..7dcf162c 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ As required, you can include additional libraries or dependencies using the Mave com.hms_networks.americas.sc extensions - 1.11.2 + 1.11.3 ... diff --git a/pom.xml b/pom.xml index f558703a..6fd9aa39 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ Ewon Flexy Extensions Library - 1.11.2 + 1.11.3 com.hms_networks.americas.sc diff --git a/src/main/java/com/hms_networks/americas/sc/extensions/package.html b/src/main/java/com/hms_networks/americas/sc/extensions/package.html index 8e296a40..e1752710 100644 --- a/src/main/java/com/hms_networks/americas/sc/extensions/package.html +++ b/src/main/java/com/hms_networks/americas/sc/extensions/package.html @@ -5,7 +5,7 @@ extension classes include many supplemental features, and the addition of new functionality which may not be present in the supported Java version. -@version 1.11.2 +@version 1.11.3 @author HMS Networks, MU Americas Solution Center \ No newline at end of file