diff --git a/CHANGELOG.md b/CHANGELOG.md index e1f6a9e..c10bf97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +## [2.2.2] - 2019-09-12 +### Fixed +- Upgraded electron bits to version that supports WebAuthn standard [#135](https://github.com/rapid7/awsaml/issues/135) + ## [2.2.1] - 2019-08-08 ### Fixed - Upgraded electron and everything else, fixing [#126](https://github.com/rapid7/awsaml/issues/126) diff --git a/package.json b/package.json index ebdb4bf..4917290 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "awsaml", - "version": "2.2.1", + "version": "2.2.2", "description": "Periodically refreshes AWS access keys", "license": "MIT", "repository": {