Skip to content

Commit a25069f

Browse files
authored
v2.12.1 (#920)
1 parent 77826f7 commit a25069f

7 files changed

Lines changed: 11 additions & 6 deletions

File tree

.changes/missing-objc

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changes/revert-vp-fix

Lines changed: 0 additions & 1 deletion
This file was deleted.

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.12.0
1+
2.12.1

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.12.1] - 2026-02-17
4+
5+
### Fixed
6+
7+
- Voice Processing failing on iOS devices
8+
- Missing objc annotations for some objc class members
9+
310
## [2.12.0] - 2026-02-11
411

512
### Added

LiveKitClient.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "LiveKitClient"
3-
spec.version = "2.12.0"
3+
spec.version = "2.12.1"
44
spec.summary = "LiveKit Swift Client SDK. Easily build live audio or video experiences into your mobile app, game or website."
55
spec.homepage = "https://github.com/livekit/client-sdk-swift"
66
spec.license = {:type => "Apache 2.0", :file => "LICENSE"}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Add the dependency and also to your target
4141
let package = Package(
4242
...
4343
dependencies: [
44-
.package(name: "LiveKit", url: "https://github.com/livekit/client-sdk-swift.git", .upToNextMajor("2.12.0")),
44+
.package(name: "LiveKit", url: "https://github.com/livekit/client-sdk-swift.git", .upToNextMajor("2.12.1")),
4545
],
4646
targets: [
4747
.target(

Sources/LiveKit/LiveKit.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class LiveKitSDK: NSObject, Loggable {
3333
override private init() {}
3434

3535
@objc(sdkVersion)
36-
public static let version = "2.12.0"
36+
public static let version = "2.12.1"
3737
static let ffiVersion = buildVersion()
3838

3939
fileprivate struct State {

0 commit comments

Comments
 (0)