Skip to content

Commit

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

Reviewed By: samodom

Differential Revision: D40643885

fbshipit-source-id: 33d5b66cc82a7210329585eedcf2b168243a1e0b
  • Loading branch information
mingcaozhang authored and facebook-github-bot committed Oct 24, 2022
1 parent 9060fae commit 0fd3706
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [15.1.0]

## [15.0.2]
### Fixed
- Fixed the issue with robolectric and other dependencies not being correctly specified as test implementation.
Expand Down Expand Up @@ -448,7 +450,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.0.2...HEAD
[Unreleased]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-15.1.0...HEAD
[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
[15.0.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-14.1.1...sdk-version-15.0.0
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.0.2"
const val BUILD = "15.1.0"
}

1 comment on commit 0fd3706

@KostyaSha
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changelog is missing

Please sign in to comment.