Skip to content

Commit

Permalink
Bump SDK version to v17.0.1
Browse files Browse the repository at this point in the history
Summary: $title

Reviewed By: ryantobinmeta

Differential Revision: D56654878

fbshipit-source-id: 42a1edc118e8e81c5cb6947c5bd39f224d0bc5da
  • Loading branch information
jjiang10 authored and facebook-github-bot committed Apr 26, 2024
1 parent af62492 commit 809a570
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Expand Up @@ -10,7 +10,15 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## Unreleased

[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v17.0.0...HEAD)
[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v17.0.1...HEAD)

## 17.0.1

### Updated
- Updated privacy manifests

[2024-04-26](https://github.com/facebook/facebook-ios-sdk/releases/tag/v17.0.1) |
[Full Changelog](https://github.com/facebook/facebook-ios-sdk/compare/v17.0.0...v17.0.1)

## 17.0.0

Expand Down
2 changes: 1 addition & 1 deletion Configurations/Version.xcconfig
Expand Up @@ -5,4 +5,4 @@
// LICENSE file in the root directory of this source tree.

// The version for FBSDK
FBSDK_PROJECT_VERSION=17.0.0
FBSDK_PROJECT_VERSION=17.0.1
2 changes: 1 addition & 1 deletion FBAEMKit/FBAEMKit/AEMNetworker.swift
Expand Up @@ -19,7 +19,7 @@ final class AEMNetworker: NSObject, AEMNetworking, URLSessionDataDelegate {

private enum Values {
static let newline = "\r\n"
static let versionString = "17.0.0"
static let versionString = "17.0.1"
static let defaultGraphAPIVersion = "v17.0"
static let SDK = "ios"
static let userAgentBase = "FBiOSAEM"
Expand Down
2 changes: 1 addition & 1 deletion FBSDKCoreKit/FBSDKCoreKit/include/FBSDKCoreKitVersions.h
Expand Up @@ -6,5 +6,5 @@
* LICENSE file in the root directory of this source tree.
*/

#define FBSDK_VERSION_STRING @"17.0.0"
#define FBSDK_VERSION_STRING @"17.0.1"
#define FBSDK_DEFAULT_GRAPH_API_VERSION @"v17.0"
Expand Up @@ -44,7 +44,7 @@ final class AppLinkNavigationTests: XCTestCase {
eventPoster = TestMeasurementEvent()
resolver = TestAppLinkResolver()
settings = TestSettings()
settings.sdkVersion = "17.0.0"
settings.sdkVersion = "17.0.1"
urlOpener = URLOpener(canOpenURL: true)
AppLinkNavigation.defaultResolver = resolver

Expand Down
Expand Up @@ -22,7 +22,7 @@
#define FBSDK_MAX_CRASH_LOGS 5
#define FBSDK_CRASH_PATH_NAME @"instrument"
#ifndef FBSDK_VERSION_STRING
#define FBSDK_VERSION_STRING @"17.0.0"
#define FBSDK_VERSION_STRING @"17.0.1"
#endif

static NSUncaughtExceptionHandler *previousExceptionHandler = NULL;
Expand Down

0 comments on commit 809a570

Please sign in to comment.