diff --git a/CHANGELOG.md b/CHANGELOG.md index c531d6a2..e571277d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [5.108.1] - 2026-06-29 + +### Added + +- `None` Nothing Added +### Changed + +- `None` Nothing Changed + +### Fixed + +- `Bug Fix` Fixed IOM connection method on windows with IWA failing due to log4j changes in version 5.108.0. + +### Removed + +- `None` Nothing removed + ## [5.108.0] - 2026-06-23 ### Added diff --git a/saspy/java/iomclient/sas.security.sspi.jar b/saspy/java/iomclient/sas.security.sspi.jar index 09484a40..dac0b14f 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 93b2d14a..f9d1783c 100644 --- a/saspy/version.py +++ b/saspy/version.py @@ -1 +1 @@ -__version__ = '5.108.0' +__version__ = '5.108.1'