Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
* Bumps `TXNative.version` to 1.0.0
* Updates CHANGELOG with the changes implemented for v1.0.0
  • Loading branch information
stelabouras committed Jul 28, 2021
1 parent 5d6c884 commit 62fe991
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,11 @@
*July 12, 2021*

- Improves error policy behavior.

## Transifex iOS SDK 1.0.0

*July 28, 2021*

- Updates endpoint logic for v2 of CDS.
- Push translations method now also returns an array of errors.
- Improves CDSHandler unit tests.
2 changes: 1 addition & 1 deletion Sources/Transifex/Core.swift
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,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 = "0.5.1"
internal static let version = "1.0.0"

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

0 comments on commit 62fe991

Please sign in to comment.