diff --git a/CHANGELOG.md b/CHANGELOG.md index e571277d..5256229b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [5.108.2] - 2026-06-30 + +### Added + +- `None` Nothing Added +### Changed + +- `None` Nothing Changed + +### Fixed + +- `Bug Fix` Fix for using IOM connection method with Java7. + +### Removed + +- `None` Nothing removed + ## [5.108.1] - 2026-06-29 ### Added diff --git a/saspy/java/iomclient/sas.security.sspi.jar b/saspy/java/iomclient/sas.security.sspi.jar index dac0b14f..68c44b3f 100755 Binary files a/saspy/java/iomclient/sas.security.sspi.jar and b/saspy/java/iomclient/sas.security.sspi.jar differ diff --git a/saspy/version.py b/saspy/version.py index f9d1783c..ebc6f999 100644 --- a/saspy/version.py +++ b/saspy/version.py @@ -1 +1 @@ -__version__ = '5.108.1' +__version__ = '5.108.2'