diff --git a/CHANGELOG.md b/CHANGELOG.md index 784536b..b020d80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -138,3 +138,9 @@ logic now normalizes the locale name to match the format that iOS accepts. * Ensures Designed for iPhone/iPad apps use the proper device name. * Discloses that completion handlers are called from background threads. * Improves cache update after a `fetchTranslations` call. + +## Transifex iOS SDK 2.0.6 + +*July 9, 2024* + +* Minor documentation updates. diff --git a/Sources/Transifex/Core.swift b/Sources/Transifex/Core.swift index 27fd12c..fe78dd7 100644 --- a/Sources/Transifex/Core.swift +++ b/Sources/Transifex/Core.swift @@ -391,7 +391,7 @@ render '\(stringToRender)' locale code: \(localeCode) params: \(params). Error: /// A static class that is the main point of entry for all the functionality of Transifex Native throughout the SDK. public final class TXNative : NSObject { /// The SDK version - internal static let version = "2.0.5" + internal static let version = "2.0.6" /// The filename of the file that holds the translated strings and it's bundled inside the app. public static let STRINGS_FILENAME = "txstrings.json"