Skip to content

Commit

Permalink
Version bump for v13.1.0
Browse files Browse the repository at this point in the history
Summary: As title.

Reviewed By: samodom

Differential Revision: D34869456

fbshipit-source-id: a33208436eb1c451f398ffcce30ab48c671bc01f
  • Loading branch information
Mengxiao Lin authored and facebook-github-bot committed Mar 14, 2022
1 parent ce42f4f commit f8f5c43
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [13.1.0] - 2022-03-14
### Added
- All classes from the deprecated [Bolts](https://github.com/BoltsFramework/Bolts-Android) library are moved to an independent `facebook-bolts` kit. Now all kits depend on it to keep the back-compatibility, but we will gradually remove the dependency.
### Fixed
- `AppEventsLogger.setUserID()` allows to receive null value to clear the user ID.
- Fixed the crashes if WebView is not available.

### Deprecated
- Deprecate `ShareOpenGraphAction`, `ShareOpenGraphContent`, `ShareOpenGraphValueContainer` and `ShareOpenGraphObject` since Open Graph stories will only render as plan link shares. See [Open Graph Stories document](https://developers.facebook.com/docs/sharing/opengraph) for more details.

## [13.0.0] - 2022-02-14

### Added
Expand Down Expand Up @@ -406,6 +416,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- Links -->

[Unreleased]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-6.0.0...HEAD
[13.1.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-13.0.0...sdk-version-13.1.0
[13.0.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-12.3.0...sdk-version-13.0.0
[12.3.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-12.2.0...sdk-version-12.3.0
[12.2.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-12.1.0...sdk-version-12.2.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
package com.facebook

internal object FacebookSdkVersion {
const val BUILD = "13.0.0"
const val BUILD = "13.1.0"
}

0 comments on commit f8f5c43

Please sign in to comment.