Skip to content

Commit

Permalink
Merge pull request #1562 from mozilla/cut-v0.37.0
Browse files Browse the repository at this point in the history
Cut release 0.37.0
  • Loading branch information
eoger committed Aug 8, 2019
2 parents 897522f + 926263f commit 92641dc
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .buildconfig-android.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libraryVersion: 0.36.0
libraryVersion: 0.37.0
groupId: org.mozilla.appservices
projects:
fxaclient:
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# v0.37.0 (_2019-08-08_)

[Full Changelog](https://github.com/mozilla/application-services/compare/v0.36.0...v0.37.0)

## FxA Client

### What's new

- The Tablet, VR and TV devices types have been added.

### What's fixed

- The `FirefoxAccount.disconnect` method should now properly dispose of the associated device record.

### Breaking changes

- The `FirefoxAccount.beginOAuthFlow` method does not require the `wantsKeys` argument anymore
as it will always do the right thing based on the requested scopes.

# v0.36.0 (_2019-07-30_)

[Full Changelog](https://github.com/mozilla/application-services/compare/v0.35.4...v0.36.0)
Expand Down
17 changes: 1 addition & 16 deletions CHANGES_UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,4 @@

# Unreleased Changes

[Full Changelog](https://github.com/mozilla/application-services/compare/v0.36.0...master)

## FxA Client

### What's new

- The Tablet, VR and TV devices types have been added.

### What's fixed

- The `FirefoxAccount.disconnect` method should now properly dispose of the associated device record.

### Breaking changes

- The `FirefoxAccount.beginOAuthFlow` method does not require the `wantsKeys` argument anymore
as it will always do the right thing based on the requested scopes.
[Full Changelog](https://github.com/mozilla/application-services/compare/v0.37.0...master)

0 comments on commit 92641dc

Please sign in to comment.