diff --git a/CHANGELOG.md b/CHANGELOG.md index 9974d25..0362860 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,28 @@ # Changelog +## [5.101.1] - 2024-12-20 + +### Added + +- `Enhancement` For an internal request to get around a VPN DNS problem, I've enhanced the way I try to get +the local IP address for the Python machine, when using the SSH access method to connect to a remote server. +So when the local machine isn't registered in DNS, this can get the local IP to use w/out requiring setting the +`localhost` key in your configuration. `localhost` will still be used if provided. + +### Changed + +- `None` Nothing changed + +### Fixed + +- `None` Nothing fixed + +### Removed + +- `None` Nothing removed + + ## [5.101.0] - 2024-11-05 diff --git a/saspy/version.py b/saspy/version.py index 00cd8fd..c0a1dde 100644 --- a/saspy/version.py +++ b/saspy/version.py @@ -1 +1 @@ -__version__ = '5.101.0' +__version__ = '5.101.1'