Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
Release v0.79.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Tomlinson committed Jan 26, 2017
1 parent 4edfe87 commit 4f73439
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
<a name="0.79.3"></a>
## 0.79.3 (2017-01-26)


### Bug Fixes

* **client:** Use a 5 sec timeout to send `login` in Fx for iOS. (#4671) r=@rfk ([e0686ec](https://github.com/mozilla/fxa-content-server/commit/e0686ec))
* **connect-another-device:** Disable CAD for signin. (#4672) r=vladikoff ([014557e](https://github.com/mozilla/fxa-content-server/commit/014557e)), closes [#4665](https://github.com/mozilla/fxa-content-server/issues/4665)

### chore

* **experiments:** Update content-experiments to train-79 (#4677) ([4edfe87](https://github.com/mozilla/fxa-content-server/commit/4edfe87))

### Features

* **experiments:** Push all knowledge of mutually exclusive tests to able. (#4673) r=@philbooth, vl ([b8cff6e](https://github.com/mozilla/fxa-content-server/commit/b8cff6e))



<a name="0.79.2"></a>
## 0.79.2 (2017-01-24)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fxa-content-server",
"version": "0.79.2",
"version": "0.79.3",
"description": "Firefox Accounts Content Server",
"scripts": {
"build-production": "grunt build",
Expand Down

0 comments on commit 4f73439

Please sign in to comment.