diff --git a/CHANGELOG.md b/CHANGELOG.md index f337f70..aaabc18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,3 +26,20 @@ for now removed features. ### Fixed for any bug fixes. + +## [0.2.0] - 2022-08-11 + +### Added + +Support to Cocoapods + +## [0.1.0] - 2022-08-08 + +Initial release with a client for the public API and the following workflows: + +Buy +Sell +Cancel sell +Transfer +Register +Buy crypto diff --git a/ImmutableXCore.podspec b/ImmutableXCore.podspec index 05fd876..ea3667a 100644 --- a/ImmutableXCore.podspec +++ b/ImmutableXCore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'ImmutableXCore' - spec.version = '0.1.0' + spec.version = '0.2.0' spec.summary = 'The Immutable X Core SDK Swift for applications written on the Immutable X platform.' spec.description = <<-DESC diff --git a/Sources/ImmutableXCore/version b/Sources/ImmutableXCore/version index 6e8bf73..0ea3a94 100644 --- a/Sources/ImmutableXCore/version +++ b/Sources/ImmutableXCore/version @@ -1 +1 @@ -0.1.0 +0.2.0 diff --git a/Tests/ImmutableXCoreTests/ImmutableXCoreTests.swift b/Tests/ImmutableXCoreTests/ImmutableXCoreTests.swift index ee99708..99c1075 100644 --- a/Tests/ImmutableXCoreTests/ImmutableXCoreTests.swift +++ b/Tests/ImmutableXCoreTests/ImmutableXCoreTests.swift @@ -47,7 +47,7 @@ final class ImmutableXCoreTests: XCTestCase { } func testSdkVersion() { - XCTAssertEqual(ImmutableXCore.shared.sdkVersion, "0.1.0") + XCTAssertEqual(ImmutableXCore.shared.sdkVersion, "0.2.0") } func testInitialize() {