Skip to content

Commit

Permalink
RELEASE: v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
it-hms committed Oct 22, 2024
1 parent 05fc187 commit cf9d4bb
Show file tree
Hide file tree
Showing 4 changed files with 8 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>Flexy Canary Connector</name>
<!-- PROJECT VERSION -->
<version>1.0.3</version>
<version>1.0.4</version>
<!-- PROJECT GROUP ID (PARENT PACKAGE) -->
<groupId>com.hms_networks.americas.sc</groupId>
<!-- PROJECT ARTIFACT ID (ROOT PACKAGE NAME) -->
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/hms_networks/sc/canary/package.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Main package for Flexy Canary Connector. This package includes the main class for the connector,
as well as the required classes and packages for the connector to function.

@version 1.0.3
@version 1.0.4
@author HMS Networks, MU Americas Solution Center
</BODY>
</HTML>
2 changes: 1 addition & 1 deletion starting-files/jvmrun
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-heapsize 25M -classpath /usr/flexy-canary-connector-1.0.3-full.jar -emain com.hms_networks.sc.canary.CanaryConnectorMain
-heapsize 25M -classpath /usr/flexy-canary-connector-1.0.4-full.jar -emain com.hms_networks.sc.canary.CanaryConnectorMain
5 changes: 5 additions & 0 deletions web-docs/docs/02-CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ sidebar_label: Change Log
toc_max_heading_level: 2
---

## Version 1.0.4
### Bug Fixes
- Update Extension library to v1.16.2
- Fixes issue where local timezone offset is only calculated at startup

## Version 1.0.3
### Features
- Added optional session configuration fields to allow for more control over the session settings
Expand Down

0 comments on commit cf9d4bb

Please sign in to comment.