diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e79499..1b9f8c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## [2.0.3] - 2021-06-29 +### Added +Create PROPOSETECHNICIALDESIGNDOC.md +Add modules to DESIGNDOC.md +Add images from /Images folder to Git +Create DESIGNDOC.md +Create PROPOSETECHNICIALDESIGNDOC.md + +### Changed +Swift package manager usability +Changes in DESIGNDOC.md +Update package and sift_ios file + +### Removed + ## [2.0.2] - 2020-12-07 ### Added - Fixed warning and Error related to MacCatalyst diff --git a/README.md b/README.md index 4ec67c0..6e7114b 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ This will create initial files and folders including hidden​ `​.gitignore​ dependencies: [ // Dependencies declare other packages that this package depends on. ​// .package(url: /* package url */, from: "1.0.0"), - .​package​(​url​: "https://github.com/SiftScience/sift-ios.git"​, ​from​: "2.0.2"​) + .​package​(​url​: "https://github.com/SiftScience/sift-ios.git"​, ​from​: "2.0.3"​) ], ​targets​: [ ​// Targets are the basic building blocks of a package. A target can define a module or a test suite. diff --git a/Sift.podspec b/Sift.podspec index 59d3e2a..9eb00cc 100644 --- a/Sift.podspec +++ b/Sift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'Sift' - spec.version = '2.0.2' + spec.version = '2.0.3' spec.authors = 'Sift Science' spec.license = { :type => 'MIT', diff --git a/Sift/Sift.m b/Sift/Sift.m index aa02b5e..cd526ad 100644 --- a/Sift/Sift.m +++ b/Sift/Sift.m @@ -55,7 +55,7 @@ + (instancetype)sharedInstance { - (instancetype)initWithRootDirPath:(NSString *)rootDirPath { self = [super init]; if (self) { - _sdkVersion = @"v2.0.2"; + _sdkVersion = @"v2.0.3"; _rootDirPath = rootDirPath;