diff --git a/CHANGELOG b/CHANGELOG index f097cd8..d0620bb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.11.0] - 2024-02-15 +- Fix upgrade button not working +- Prepare the Safari extension +- Enforce the reverse alias limit + ## [2.10.2] - 2023-09-18 - Use internal Sentry diff --git a/package.json b/package.json index a50fc43..41e8e29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simplelogin-extension", - "version": "2.10.2", + "version": "2.11.0", "betaRev": "0", "description": "SimpleLogin Browser Extension", "author": "extension@simplelogin.io",