Skip to content

Commit

Permalink
Bump version 15.2.0
Browse files Browse the repository at this point in the history
Summary: $title

Reviewed By: samodom

Differential Revision: D41968322

fbshipit-source-id: 67508895dfa33197418ad38ea9135c68f46503a8
  • Loading branch information
mingcaozhang authored and facebook-github-bot committed Dec 12, 2022
1 parent 3757791 commit 20dda4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [15.2.0]
### Changed
- Increased minSdkVersion from 15 to 21
- Instance variables in `MessengerThreadParams` and `ShareToMessengerParams` are now not directly accessible from Java due to conversion to Kotlin. Use the corresponding getters to access them in Java, i.e. `params.getMetadata()` instead of `params.metadata`.
- Removed deprecated LoginBehavior.WEB_VIEW_ONLY setting.

Expand Down Expand Up @@ -454,7 +455,8 @@ 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-15.1.0...HEAD
[Unreleased]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-15.2.0...HEAD
[15.2.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-15.1.0...sdk-version-15.2.0
[15.1.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-15.0.2...sdk-version-15.1.0
[15.0.2]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-15.0.1...sdk-version-15.0.2
[15.0.1]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-15.0.0...sdk-version-15.0.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
package com.facebook

internal object FacebookSdkVersion {
const val BUILD = "15.1.0"
const val BUILD = "15.2.0"
}

0 comments on commit 20dda4a

Please sign in to comment.