diff --git a/CHANGELOG b/CHANGELOG index d0620bb..812ab46 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.11.1] - 2024-02-22 +- Fix alias list not displaying on Mac + ## [2.11.0] - 2024-02-15 - Fix upgrade button not working - Prepare the Safari extension diff --git a/package.json b/package.json index 41e8e29..e88db0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simplelogin-extension", - "version": "2.11.0", + "version": "2.11.1", "betaRev": "0", "description": "SimpleLogin Browser Extension", "author": "extension@simplelogin.io",