diff --git a/CHANGELOG b/CHANGELOG index c13ff00..2fd76e2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +v1.2.1 - Allow PPID reuse + * Now allows a single user to use the same PPID for multiple sites + v1.2.0 - Issuer Pub/Priv Key and Grant APIs for OAuth3 * Resource Owner Password token exchange * Implicit Grant token exchange diff --git a/package.json b/package.json index 840d1ac..103e901 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "issuer_oauth3.org", - "version": "1.2.0", + "version": "1.2.1", "description": "Implementation of server-side RESTful OAuth3 issuer APIs", "main": "rest.js", "scripts": {