Skip to content

Commit

Permalink
Version bump 11.1.1
Browse files Browse the repository at this point in the history
Summary: This is a bug fix release.See CHANGELOG.md for the details

Reviewed By: jingping2015

Differential Revision: D29748311

fbshipit-source-id: c7054b1399ff328c851f1fbec6cbfe3933b069d1
  • Loading branch information
Mengxiao Lin authored and facebook-github-bot committed Jul 19, 2021
1 parent 260bb5f commit f962f7e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [11.1.1] - 2021-07-16

### Fixed
- Fixed the bug in `GraphRequest` when passing an attachment through POST method.
- Fixed the race condition in cloud game.
- Fixed the bug of accessing WindowManager from a non-visual context on Android 11.

## [11.1.0] - 2021-06-29

### Added
Expand Down Expand Up @@ -320,6 +327,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
[11.1.1]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-11.1.0...sdk-version-11.1.1
[11.1.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-11.0.0...sdk-version-11.1.0
[11.0.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-9.1.1...sdk-version-11.0.0
[9.1.1]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-9.1.0...sdk-version-9.1.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
package com.facebook

internal object FacebookSdkVersion {
const val BUILD = "11.1.0"
const val BUILD = "11.1.1"
}

0 comments on commit f962f7e

Please sign in to comment.