diff --git a/CHANGES_BWI.md b/CHANGES_BWI.md index a097f251b..75405dff3 100644 --- a/CHANGES_BWI.md +++ b/CHANGES_BWI.md @@ -1,3 +1,27 @@ +Changes in BWI project 2.24.0 (2025-02-17) +=================================================== + +Upstream merge ✨: + +Features ✨: +- MESSENGER-6856 add link to the learning portal +- MESSNEGER-6854 show happy birthday popup +- MESSENGER-6879 add support for authenticated media +- MESSENGER-6790 add handling of expired jwt + +Improvements 🙌: +- MESSENGER-6777 use baseURL from wellknown for jwt handling + +Bugfix 🐛: + +Translations 🗣 : + +SDK API changes ⚠️: + +Build 🧱: + +Documentation 📄: + Changes in BWI project 2.23.1 (2025-01-08) =================================================== diff --git a/Config/AppVersion.xcconfig b/Config/AppVersion.xcconfig index 8083f007a..64b1263d0 100644 --- a/Config/AppVersion.xcconfig +++ b/Config/AppVersion.xcconfig @@ -16,5 +16,5 @@ // // Version -MARKETING_VERSION = 2.23.1 +MARKETING_VERSION = 2.24.0 CURRENT_PROJECT_VERSION = 20220714163152 diff --git a/Podfile b/Podfile index 49e4e83c2..258ede628 100644 --- a/Podfile +++ b/Podfile @@ -43,7 +43,7 @@ when String # specific MatrixSDK released version $matrixSDKVersionSpec = $matrixSDKVersion end -$matrixSDKVersionSpec = { :git => 'https://dl-gitlab.example.com/bwmessenger/bundesmessenger/bundesmessenger-ios-sdk', :tag => 'v2.24.0-RC04' } +$matrixSDKVersionSpec = { :git => 'https://dl-gitlab.example.com/bwmessenger/bundesmessenger/bundesmessenger-ios-sdk', :tag => 'v2.24.0' } ######################################## diff --git a/Riot/Assets/new_features.html b/Riot/Assets/new_features.html index 608e9ac85..7f4523f96 100644 --- a/Riot/Assets/new_features.html +++ b/Riot/Assets/new_features.html @@ -26,6 +26,18 @@
++ Version 2.24.0 +
+ + Verbesserungen +Version 2.23.1