diff --git a/CHANGELOG b/CHANGELOG index 89e07be..25ec862 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.8.0] - 2020-07-08 +- Big refactoring to make the code more modulable +- Add some UI touches & fixes: log out button on top, navigation button, etc. + ## [1.7.0] - 2020-07-04 You can now login with email/password! diff --git a/package.json b/package.json index f602890..1b50faf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simplelogin-extension", - "version": "1.7.0", + "version": "1.8.0", "description": "SimpleLogin Browser Extension", "author": "son@simplelogin.io", "license": "MIT",