Skip to content

Commit

Permalink
PRERELEASE: v1.12.0-pre6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjhawk committed Nov 8, 2022
1 parent 22a9f70 commit 66b5b5d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Ewon Flexy Extensions Library Changelog

## Version 1.12.0-pre6
### Features
- Added additional known status codes in MqttStatusCode class
- Added SmartMqttManager wrapper of MqttManager to handle common use cases
- Added SCHttpUtility methods to output response data to a file
### Bug Fixes
- Fixed improper Javadoc in AutomaticRetryCodeLinear
### Other
- Simplified MqttManager by internally getting status and passing to implementation methods

## Version 1.11.3
### Features
- N/A
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.3</version>
<version>1.12.0-pre6</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.3</version>
<version>1.12.0-pre6</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.3
@version 1.12.0-pre6
@author HMS Networks, MU Americas Solution Center
</BODY>
</HTML>

0 comments on commit 66b5b5d

Please sign in to comment.