diff --git a/CHANGELOG b/CHANGELOG index bb68f4b..2201cc6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -634,3 +634,7 @@ * Improve URL previews for pages with empty elements. (#12951) * Allow updating a user's password using the admin API without logging out their devices. Contributed by @jcgruenhage. (#12952) +[1.45.1] +* Add s3 storage provider module + + diff --git a/CloudronManifest.json b/CloudronManifest.json index 9b558fe..38d5ed7 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Secure & decentralized communication", - "version": "1.45.0", + "version": "1.45.1", "upstreamVersion": "1.61.0", "healthCheckPath": "/", "httpPort": 8008,