diff --git a/.changelog/changelog.md b/.changelog/changelog.md index 0dac3c71..5e7a1a7e 100644 --- a/.changelog/changelog.md +++ b/.changelog/changelog.md @@ -1,3 +1,13 @@ +| tag | date | title | +|--------|------------|-----------------------| +| v2.9.1 | 2023-08-07 | User Sync Tool v2.9.1 | + +# Fixes + +* 8fbeb83 Fix build config for Jammy + +--- + | tag | date | title | |--------|------------|-----------------------| | v2.9.0 | 2023-07-26 | User Sync Tool v2.9.0 | diff --git a/.changelog/latest.md b/.changelog/latest.md index 871dd240..11a1ba76 100644 --- a/.changelog/latest.md +++ b/.changelog/latest.md @@ -1,25 +1,3 @@ -# Features - -* 8c4ea5c Implement username update (disabled by default - see #819) -* #819 Add `update_attributes` config to govern which user attributes can be updated - * `username` disabled by default, all others enabled - * Generates warning message when a disabled attribute is different (assuming `--update-user-info` is enabled) -* [OAuth Server-to-Server Support](https://developer.adobe.com/developer-console/docs/guides/authentication/ServerToServerAuthentication/implementation/) - * New config option in UMAPI connector config and Admin Console connector: - `authentication_method` - * Set to `oauth` to enable Server-to-Server support - * Server-to-Server auth only requires Client ID and Client Secret - * JWT authentication is deprecated and will be removed in a future version - * More information - * https://github.com/adobe-apiplatform/user-sync.py/blob/user-guide-wip/en/user-manual/connect_adobe.md - * https://github.com/adobe-apiplatform/user-sync.py/blob/user-guide-wip/en/user-manual/sync_from_console.md - # Fixes -* #811 Fix user email update failures - -# Build Changes - -* Github Actions no longer maintains a build for Ubuntu Bionic (18.04), - so automated `bionic` builds are no longer available. Automated builds - for 22.04 Jammy have been added with the `jammy` label. +* 8fbeb83 Fix build config for Jammy diff --git a/user_sync/version.py b/user_sync/version.py index 712489ea..1e62b3e7 100644 --- a/user_sync/version.py +++ b/user_sync/version.py @@ -18,4 +18,4 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -__version__ = '2.9.0' +__version__ = '2.9.1'