From 32cfa4a8d24b38b5f591381cea294c6dabf7dadc Mon Sep 17 00:00:00 2001 From: Tom Weber Date: Thu, 16 May 2024 15:10:32 -0400 Subject: [PATCH] version and chagelog for new release --- CHANGELOG.md | 23 +++++++++++++++++++++++ saspy/version.py | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29df03f5..f457996c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ +## [5.13.0] - 2024-05-16 + +### Added + +- `None` Nothing added + +### Changed + +- `None` + +### Fixed + +- `None` Nothing fixed + +### Removed + +- `Deprecated` A new requirement from Viya 4 is to deprecate the Azure JWT Authentication mechanism for SASPy. In a future +version of Viya this will no longer work. I've added this to the doc and issue a warning when trying to use this, in this release. +Support for this will be removed in a future release. + + + + ## [5.12.0] - 2024-04-18 ### Added diff --git a/saspy/version.py b/saspy/version.py index d1e994c6..f948be25 100644 --- a/saspy/version.py +++ b/saspy/version.py @@ -1 +1 @@ -__version__ = '5.12.0' +__version__ = '5.13.0'