Skip to content

Commit 75186d2

Browse files
committed
Bump version to 2.0.4
* Bumps `TXNative.version` to 2.0.4. * Updates CHANGELOG with the changes implemented for 2.0.4.
1 parent 0dc41a7 commit 75186d2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,9 @@ logic now normalizes the locale name to match the format that iOS accepts.
123123
*June 3, 2024*
124124

125125
- Adds SwiftUI support via attributed string swizzling.
126+
127+
## Transifex iOS SDK 2.0.4
128+
129+
*June 21, 2024*
130+
131+
- Updates minimum supported OS versions.

Sources/Transifex/Core.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ render '\(stringToRender)' locale code: \(localeCode) params: \(params). Error:
361361
/// A static class that is the main point of entry for all the functionality of Transifex Native throughout the SDK.
362362
public final class TXNative : NSObject {
363363
/// The SDK version
364-
internal static let version = "2.0.3"
364+
internal static let version = "2.0.4"
365365

366366
/// The filename of the file that holds the translated strings and it's bundled inside the app.
367367
public static let STRINGS_FILENAME = "txstrings.json"

0 commit comments

Comments
 (0)