Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1084 from mozilla-services/release/1.39
Browse files Browse the repository at this point in the history
chore: tag 1.39.1
  • Loading branch information
pjenvey authored Nov 21, 2017
2 parents 6ba57b4 + 98f5bf2 commit be68dc8
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
<a name="1.39.1"></a>
## 1.39.1 (2017-11-20)


#### Features

* assimilate the gcm client code ([b0b64c10](https://github.com/mozilla-services/autopush/commit/b0b64c102eee182679cad47371879595380dd913))

#### Doc

* Update docs to include gcmclient, reference to rust ([565e4b3d](https://github.com/mozilla-services/autopush/commit/565e4b3d74533162ccbaccecec2f56f1b8793d9f))

#### Bug Fixes

* handle an obscure SSLError seen w/ apns ([443c3683](https://github.com/mozilla-services/autopush/commit/443c36838e8e64ca7eee113b7699d988162a09b2))
* Update APNs APS block ([5ded81ab](https://github.com/mozilla-services/autopush/commit/5ded81abcbd9a8c7a79fb8d7e81b985587045001), closes [#1076](https://github.com/mozilla-services/autopush/issues/1076))
* fix up tests and integration for new gcmclient ([996716ac](https://github.com/mozilla-services/autopush/commit/996716ac6d2719f522d2ab3e08e851b00ee689da))
* drop users with no router_type recorded ([b7f667ab](https://github.com/mozilla-services/autopush/commit/b7f667ab2b9bacf8d99e7ac8e76b5bf8a739d8ae), closes [#1058](https://github.com/mozilla-services/autopush/issues/1058))



<a name="1.39.0"></a>
## 1.39.0 (2017-10-26)

Expand Down
2 changes: 1 addition & 1 deletion autopush/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.39.0' # pragma: nocover
__version__ = '1.39.1' # pragma: nocover

0 comments on commit be68dc8

Please sign in to comment.