Skip to content

Commit

Permalink
RELEASE: v1.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjhawk committed Oct 28, 2022
1 parent 4072a9f commit ae0106b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ As required, you can include additional libraries or dependencies using the Mave
<dependency>
<groupId>com.hms_networks.americas.sc</groupId>
<artifactId>extensions</artifactId>
<version>1.11.2</version>
<version>1.11.3</version>
</dependency>
...
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- PROJECT NAME -->
<name>Ewon Flexy Extensions Library</name>
<!-- PROJECT VERSION -->
<version>1.11.2</version>
<version>1.11.3</version>
<!-- PROJECT GROUP ID (PARENT PACKAGE) -->
<groupId>com.hms_networks.americas.sc</groupId>
<!-- PROJECT ARTIFACT ID (ROOT PACKAGE NAME) -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
</BODY>
</HTML>

0 comments on commit ae0106b

Please sign in to comment.