diff --git a/CHANGELOG b/CHANGELOG index e05d8e5..880f9f4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0.0] - 2020-07-30 (Beta version) +- Create alias via the SimpleLogin button displayed in the email field + ## [1.10.0] - 2020-07-16 - Able to add and edit alias note - Lots of UI touches 🎨 diff --git a/package.json b/package.json index 2ef893b..fe59b2a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "simplelogin-extension", - "version": "1.10.0", - "betaRev": "1", + "version": "2.0.0", + "betaRev": "0", "description": "SimpleLogin Browser Extension", "author": "extension@simplelogin.io", "license": "MIT",