diff --git a/CHANGELOG b/CHANGELOG index 72c3900..27eab2f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2343,3 +2343,6 @@ Improve replication performance. See (#12080, #12054, #12009) for more details. * Update minio to 2024-02-17T01-15-57Z * [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-02-17T01-15-57Z) +[3.13.0] +* Implement OIDC authentication + diff --git a/CloudronManifest.json b/CloudronManifest.json index 74c149c..bc22ef5 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Distributed object storage", - "version": "3.12.14", + "version": "3.13.0", "upstreamVersion": "2024-02-17T01-15-57Z", "healthCheckPath": "/minio/login", "memoryLimit": 2147483648,