Skip to content

Commit

Permalink
RELEASE: v1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TomKimsey committed Oct 9, 2023
1 parent 6ada1ef commit a7c2892
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
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.15.0</version>
<version>1.15.1</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.15.0
@version 1.15.1
@author HMS Networks, MU Americas Solution Center
</BODY>
</HTML>
4 changes: 4 additions & 0 deletions web-docs/docs/02-CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ sidebar_label: Change Log
toc_max_heading_level: 2
---

## Version 1.15.1
### Features
- Added method to read ewon serial number

## Version 1.15.0
### Features
- Added data aggregation feature to historical queue.
Expand Down
2 changes: 1 addition & 1 deletion web-docs/docs/_partial/_pom_library.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import ScDocusaurusConfig from "@site/ScDocusaurusConfig.js";
<dependency>
<groupId>com.hms_networks.americas.sc</groupId>
<artifactId>extensions</artifactId>
<version>1.15.0</version>
<version>1.15.1</version>
</dependency>
...
</dependencies>
Expand Down

0 comments on commit a7c2892

Please sign in to comment.