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

Commit

Permalink
chore: tag for 1.12.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bbangert committed Feb 25, 2016
1 parent b9c3cc5 commit ebc27bf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions .clog.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ Refactor = ["refactor"]
Test = ["test"]
Doc = ["docs"]
Chore = ["chore"]
"Bug Fixes" = ["fix", "bug"]
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="1.12.1"></a>
### 1.12.1 (2016-02-25)


#### Bug Fixes

* Normalize encryption headers. ([b9c3cc57](https://github.com/mozilla-services/autopush/commit/b9c3cc571fbdce3c2d748a8ad4efd2431c005bdc))
* allow stored ttl of None to be treated as 0 ([2b75be5f](https://github.com/mozilla-services/autopush/commit/2b75be5fb79d8bd6dc410cea44b6153ec9446b3a), closes [#366](https://github.com/mozilla-services/autopush/issues/366))
* silence missing TTL errors from sentry log ([c167ee2f](https://github.com/mozilla-services/autopush/commit/c167ee2fdcceb79a21c47eff0ddc46fe4e0b9e9e))

<a name="1.12.0"></a>
## 1.12.0 (2016-02-23)

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.12.0' # pragma: nocover
__version__ = '1.12.1' # pragma: nocover

0 comments on commit ebc27bf

Please sign in to comment.