diff --git a/Changelog.md b/Changelog.md index dfb6c6f35..dbd25a6a4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,10 @@ ## Changelog +### 2.4.1 + +- Fix header setting syntax +- Fix docs for supported grant types + ### 2.4.0 - Set Cache-Control and Pragma headers diff --git a/package.json b/package.json index ca79c8a64..2fe70df8d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "oauth2-server", "description": "Complete, compliant and well tested module for implementing an OAuth2 Server/Provider with express in node.js", - "version": "2.4.0", + "version": "2.4.1", "keywords": [ "oauth", "oauth2"