diff --git a/CHANGELOG b/CHANGELOG index 880f9f4..54c8ff0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.1.0.0] - 2020-08-13 (Beta version) +- Right click to create alias +- Able to change alias from name, toggle PGP +- Able to choose alias's mailbox(es) +- UI improved + ## [2.0.0.0] - 2020-07-30 (Beta version) - Create alias via the SimpleLogin button displayed in the email field diff --git a/package.json b/package.json index 7bff969..3685145 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simplelogin-extension", - "version": "2.0.0", + "version": "2.1.0", "betaRev": "0", "description": "SimpleLogin Browser Extension", "author": "extension@simplelogin.io",