diff --git a/CHANGELOG.md b/CHANGELOG.md index 296d26b8..dd1fa10f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [6.7.4] - 2015-10-09 + +### Fixed + +- [] Merge pull request #119 from toamitkumar/master (`Sandrino Di Mattia`) + https://github.com/auth0/auth0.js/commit/2ce4ac4ee4e374a87bc0e1e95551deaa4396d010 +- [] Added https support to help install behind the proxy firewall (`Amit Kumar`) + https://github.com/auth0/auth0.js/commit/57151e72bb1474d5a237722c765bae7c0428a2e2 + ## [6.7.3] - 2015-09-29 ### Fixed diff --git a/package.json b/package.json index 4720d21d..990749df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-js", - "version": "6.7.3", + "version": "6.7.4", "description": "Auth0 headless browser sdk", "main": "index.js", "keywords": [ diff --git a/version.json b/version.json index 847a9a4e..00e9652e 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{"version":"6.7.3"} \ No newline at end of file +{"version":"6.7.4"} \ No newline at end of file