Skip to content

Commit

Permalink
bump to v6.0
Browse files Browse the repository at this point in the history
Summary: Update version to 6.0

Reviewed By: Mxiim

Differential Revision: D19703893

fbshipit-source-id: 8bfc2e8fea1f73e33af9e4589b8b889037c50f09
  • Loading branch information
jingping2015 authored and facebook-github-bot committed Feb 3, 2020
1 parent 7c6ad18 commit 56437fd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.0.0] - 2020-02-03
### Changed
- Graph API call upgrade to [v6.0](https://developers.facebook.com/docs/graph-api/changelog/version6.0)

## [5.15.2] - 2020-02-03
Attempts to fix #665
### Fixed
- Attempts to fix #665

## [5.15.1] - 2020-01-29

Expand Down Expand Up @@ -161,7 +166,8 @@ Attempts to fix #665

<!-- Links -->

[Unreleased]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-5.4.0...HEAD
[Unreleased]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-6.0.0...HEAD
[6.0.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-5.15.2...sdk-version-6.0.0
[5.15.2]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-5.15.1...sdk-version-5.15.2
[5.15.1]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-5.15.0...sdk-version-5.15.1
[5.15.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-5.13.0...sdk-version-5.15.0
Expand All @@ -185,3 +191,5 @@ Attempts to fix #665
[4.41.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-4.40.0...sdk-version-4.41.0
[4.40.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-4.39.0...sdk-version-4.40.0



Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
package com.facebook;

final class FacebookSdkVersion {
public static final String BUILD = "5.15.2";
public static final String BUILD = "6.0.0";
}
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public final class ServerProtocol {
// URL components
private static final String GRAPH_VIDEO_URL_FORMAT = "https://graph-video.%s";
private static final String GRAPH_URL_FORMAT = "https://graph.%s";
private static final String GRAPH_API_VERSION = "v5.0";
private static final String GRAPH_API_VERSION = "v6.0";

public static final Collection<String> errorsProxyAuthDisabled =
Utility.unmodifiableCollection("service_disabled", "AndroidAuthKillSwitchException");
Expand Down

0 comments on commit 56437fd

Please sign in to comment.