Skip to content

Commit

Permalink
Merge pull request #142 from SiftScience/API-7503_release_fix
Browse files Browse the repository at this point in the history
API-7503: Release 2.1.7
  • Loading branch information
sbogolii-sift authored Jan 9, 2024
2 parents 2676eaa + 555a638 commit 0f72a02
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [2.1.7] - 2024-01-02
### Fixed
- Fixed project build

## [2.1.6] - 2024-01-02
### Added
- Added Privacy Manifest
Expand Down
1 change: 0 additions & 1 deletion HelloSift/Cartfile.resolved

This file was deleted.

1 change: 0 additions & 1 deletion HelloSift/Carthage/Checkouts/sift-ios
Submodule sift-ios deleted from d9b331
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.1.6"​)
.​package​(​url​: "https://github.com/SiftScience/sift-ios.git"​, ​from​: "2.1.7"​)
],
​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.1.6'
spec.version = '2.1.7'
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 @@ -57,7 +57,7 @@ + (instancetype)sharedInstance {
- (instancetype)initWithRootDirPath:(NSString *)rootDirPath {
self = [super init];
if (self) {
_sdkVersion = @"v2.1.6";
_sdkVersion = @"v2.1.7";

_rootDirPath = rootDirPath;

Expand Down

0 comments on commit 0f72a02

Please sign in to comment.