diff --git a/CHANGES.md b/CHANGES.md index d2e15bb4..c8add99f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -# UNRELEASED +# 4.2.2 (2019-10-23) - [FIXED] Stopped disabling the IAM auth plugin after failed IAM authentications. Subsequent requests will re-request authorization, potentially failing again if the original authentication failure was not diff --git a/package-lock.json b/package-lock.json index e67f655a..5470b477 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@cloudant/cloudant", - "version": "4.2.2-SNAPSHOT", + "version": "4.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0871db3e..81ef8fde 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "git@github.com:cloudant/nodejs-cloudant.git" }, - "version": "4.2.2-SNAPSHOT", + "version": "4.2.2", "author": { "name": "IBM Cloudant", "email": "support@cloudant.com"