Skip to content

Commit 161a976

Browse files
author
Element CI
committed
Prepare next release
1 parent cc8f6bb commit 161a976

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGES.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## Changes in 25.06.1 (2025-06-06)
2+
3+
### What's Changed
4+
5+
✨ Features
6+
* EC: Native switch for audio outputs/inputs and earpiece by @Velin92 in https://github.com/element-hq/element-x-ios/pull/4136
7+
* Tombstoned and upgraded rooms implementation by @Velin92 in https://github.com/element-hq/element-x-ios/pull/4169
8+
9+
🙌 Improvements
10+
* Allow multiple room info updates when receiving a call before deciding the room doesn't have an active call anymore by @stefanceriu in https://github.com/element-hq/element-x-ios/pull/4171
11+
12+
🧱 Build
13+
* Automatically open a PR to bump the calver by @pixlwave in https://github.com/element-hq/element-x-ios/pull/4167
14+
15+
Others
16+
* updated EC to 0.12.2 by @Velin92 in https://github.com/element-hq/element-x-ios/pull/4174
17+
18+
19+
**Full Changelog**: https://github.com/element-hq/element-x-ios/compare/release/25.06.0...release/25.06.1
20+
121
## Changes in 25.06.0 (2025-06-03)
222

323
### What's Changed

ElementX.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8324,7 +8324,7 @@
83248324
IPHONEOS_DEPLOYMENT_TARGET = 17.6;
83258325
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(DEVELOPMENT_TEAM).$(BASE_BUNDLE_IDENTIFIER)";
83268326
MACOSX_DEPLOYMENT_TARGET = 14.6;
8327-
MARKETING_VERSION = 25.06.1;
8327+
MARKETING_VERSION = 25.06.2;
83288328
MTL_ENABLE_DEBUG_INFO = NO;
83298329
MTL_FAST_MATH = YES;
83308330
PRODUCTION_APP_NAME = Element;
@@ -8400,7 +8400,7 @@
84008400
IPHONEOS_DEPLOYMENT_TARGET = 17.6;
84018401
KEYCHAIN_ACCESS_GROUP_IDENTIFIER = "$(DEVELOPMENT_TEAM).$(BASE_BUNDLE_IDENTIFIER)";
84028402
MACOSX_DEPLOYMENT_TARGET = 14.6;
8403-
MARKETING_VERSION = 25.06.1;
8403+
MARKETING_VERSION = 25.06.2;
84048404
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
84058405
MTL_FAST_MATH = YES;
84068406
ONLY_ACTIVE_ARCH = YES;

project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ settings:
4646
ENABLE_BITCODE: false
4747
APP_NAME: ElementX
4848
KEYCHAIN_ACCESS_GROUP_IDENTIFIER: "$(DEVELOPMENT_TEAM).$(BASE_BUNDLE_IDENTIFIER)"
49-
MARKETING_VERSION: 25.06.1
49+
MARKETING_VERSION: 25.06.2
5050
CURRENT_PROJECT_VERSION: 1
5151
SUPPORTS_MACCATALYST: false
5252

0 commit comments

Comments
 (0)