Skip to content

Commit

Permalink
Bump Version: 5.5.0
Browse files Browse the repository at this point in the history
Summary: As title

Reviewed By: dreamolight

Differential Revision: D17145041

fbshipit-source-id: 8f8f7a23a66932401ced39620c5563601c995a33
  • Loading branch information
KylinChang authored and facebook-github-bot committed Aug 31, 2019
1 parent 856665c commit b19d957
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 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]

## [5.5.0] - 2019-08-30

- Various bug fixes

## [5.4.0] - 2019-08-15

### Changed
Expand Down Expand Up @@ -85,6 +89,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-5.4.0...HEAD
[5.5.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-5.4.0...sdk-version-5.5.0
[5.4.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-5.2.0...sdk-version-5.4.0
[5.2.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-5.1.0...sdk-version-5.2.0
[5.1.0]: https://github.com/facebook/facebook-android-sdk/compare/sdk-version-5.0.2...sdk-version-5.1.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
package com.facebook;

final class FacebookSdkVersion {
public static final String BUILD = "5.4.0";
public static final String BUILD = "5.5.0";
}

0 comments on commit b19d957

Please sign in to comment.