diff --git a/mender/CHANGELOG.md b/mender/CHANGELOG.md index 8c2b60f7..fb206de7 100644 --- a/mender/CHANGELOG.md +++ b/mender/CHANGELOG.md @@ -5,6 +5,7 @@ * Added customEnv option to set default or per-service custom env variables * Added generic `storage_proxy` service, that could work for both minio and Amazon S3, and it's going to replace the `api_gateway.minio` configuration. +* Add OpenID Connect authentication API to user authentication routes in the gateway. * **Deprecations**: * `api_gateway.minio` is deprecated in favor of `api_gateway.storage_proxy`. This entry could be used, but it is no longer maintained, and could be removed diff --git a/mender/Chart.yaml b/mender/Chart.yaml index 87bdbc59..e118e144 100644 --- a/mender/Chart.yaml +++ b/mender/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "3.7.1" description: Mender is a robust and secure way to update all your software and deploy your IoT devices at scale with support for customization name: mender -version: 5.4.1 +version: 5.5.0 keywords: - mender - iot