Skip to content

Commit

Permalink
Bump version to 15.0.1
Browse files Browse the repository at this point in the history
Summary: Bump version for hotfix fixing android 12 compatibility.

Reviewed By: jawwad

Differential Revision: D39933234

fbshipit-source-id: 026595928083f015c4d11ba7594004414a4b61ef
  • Loading branch information
mingcaozhang committed Sep 29, 2022
1 parent 4f613ee commit 14230d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [15.0.1]
### Fixed
- Fixed the issue causing apps targeting Android 12 or higher to fail due to a component with an intent-filter not explicitly defining the attribute `android:exported`.

## [15.0.0]
### Changed
- We now use jacoco to gather code coverage on debug builds. If you are building from source instead of using releases from maven,
Expand Down Expand Up @@ -441,6 +445,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-15.0.0...HEAD
[15.0.1]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-15.0.0...sdk-version-15.0.1
[15.0.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-14.1.1...sdk-version-15.0.0
[14.1.1]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-14.1.0...sdk-version-14.1.1
[14.1.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-14.0.0...sdk-version-14.1.0
Expand Down Expand Up @@ -496,5 +501,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[5.0.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-4.41.0...sdk-version-5.0.0
[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

internal object FacebookSdkVersion {
const val BUILD = "15.0.0"
const val BUILD = "15.0.1"
}

0 comments on commit 14230d3

Please sign in to comment.