diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1ebf0e44..d82a2a4b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
+## 1.2.0 - 2023-05-16
+### Added
+- Nextcloud 27 support
+### Fixed
+- Invert icon on setup page when using dark mode
+
## 1.1.2 - 2023-03-06
### Added
- PHP 7.4 support
diff --git a/appinfo/info.xml b/appinfo/info.xml
index ba2b99f9..9ae6a95c 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -4,7 +4,7 @@
Two-Factor WebAuthn
WebAuthn two-factor provider
A two-factor provider for WebAuthn devices
- 1.2.0-alpha.2
+ 1.2.0
agpl
Christoph Wurst
Michael Blumenstein
diff --git a/package-lock.json b/package-lock.json
index 8f740191..7cf548fb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "twofactor_webauthn",
- "version": "1.2.0-alpha.1",
+ "version": "1.2.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "twofactor_webauthn",
- "version": "1.2.0-alpha.1",
+ "version": "1.2.0",
"license": "AGPL-3.0",
"dependencies": {
"@nextcloud/auth": "^2.0.0",
diff --git a/package.json b/package.json
index f5db7182..e2529da5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "twofactor_webauthn",
- "version": "1.2.0-alpha.1",
+ "version": "1.2.0",
"description": "WebAuthn second factor provider for Nextcloud",
"private": true,
"dependencies": {