diff --git a/.clog.toml b/.clog.toml index 9358ea17..f6094869 100644 --- a/.clog.toml +++ b/.clog.toml @@ -9,4 +9,5 @@ Refactor = ["refactor"] Test = ["test"] Doc = ["docs"] Chore = ["chore"] +Features = ["feat", "feature"] "Bug Fixes" = ["fix", "bug"] diff --git a/CHANGELOG.md b/CHANGELOG.md index a70c43ff..f4f78ce5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ #### Features +* allow channels to register with public key ([3d15b9bb](https://github.com/mozilla-services/autopush/commit/3d15b9bbc5002d8c6b03b3fd57418aa1892be0e7), closes [#326](https://github.com/mozilla-services/autopush/issues/326)) * accept nack messages, log code for ack/unreg/nack ([2030a4df](https://github.com/mozilla-services/autopush/commit/2030a4df980a9fc04c7edaae85fb57175510481e), closes [#380](https://github.com/mozilla-services/autopush/issues/380)) #### Bug Fixes