Skip to content

Commit

Permalink
Release v2.0.3 for Doordash integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
aniranjan-sift committed Jun 30, 2021
1 parent a0ec6ef commit 8540c7b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Sift.podspec
Original file line number Diff line number Diff line change
@@ -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',
Expand Down
2 changes: 1 addition & 1 deletion Sift/Sift.m
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 8540c7b

Please sign in to comment.