diff --git a/CHANGELOG.md b/CHANGELOG.md index bfd64beee..9d2ae32e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## 1.100.4 (2017-11-17) + + +### Features + +* **OpenID:** Enable CORS on the /.well-known/openid-configuration endpoint. (#5730) r=@vladik ([98c5b41](https://github.com/mozilla/fxa-content-server/commit/98c5b41)), closes [#5453](https://github.com/mozilla/fxa-content-server/issues/5453) + + + ## 1.100.3 (2017-11-17) diff --git a/package.json b/package.json index 29ecd9ef6..95e28a03c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fxa-content-server", - "version": "1.100.3", + "version": "1.100.4", "description": "Firefox Accounts Content Server", "scripts": { "build-production": "grunt build",