diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4d85a245..d8a206b9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,9 +5,19 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 4.8.0
+### Changed
+- Migrate to outline icons
+- Add support for Nextcloud 33
+- Replace execute with executeStatement and executeQuery
+
+### Fix
+- Signing in as an authenticated user through the endpoint for unauthenticated users is no longer possible
+
## 4.7.0
### Changed
- Migrate to outline icons
+- Add support for Nextcloud 33
## 4.6.0
### Changed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index de5f285b..f7dab1f9 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -11,7 +11,7 @@
- 4.7.0-rc.1
+ 4.8.0
agpl
Joas Schilling
diff --git a/package-lock.json b/package-lock.json
index 65052c03..ca66053f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "terms_of_service",
- "version": "4.7.0-rc.1",
+ "version": "4.8.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "terms_of_service",
- "version": "4.7.0-rc.1",
+ "version": "4.8.0",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@nextcloud/auth": "^2.4.0",
diff --git a/package.json b/package.json
index 4cdd1ac3..09185040 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "terms_of_service",
"description": "Requires users to accept the terms of service before accessing data.",
- "version": "4.7.0-rc.1",
+ "version": "4.8.0",
"author": "Joas Schilling ",
"license": "AGPL-3.0-or-later",
"private": true,