diff --git a/CHANGELOG.md b/CHANGELOG.md
index a0a86a64..ab88bfff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Updates may also include translation updates.
+## [v0.15.0](https://github.com/gary-kim/riotchat/tree/v0.15.0) - 2023-04-13
+
+[Full Changelog](https://github.com/gary-kim/riotchat/compare/v0.14.1...v0.15.0)
+
+### Changed
+
+- Update to Element Web v1.11.29 [\#516](https://github.com/gary-kim/riotchat/pull/516) ([@gary-kim](https://github.com/gary-kim))
+- Update to Element Web v1.11.24 [\#513](https://github.com/gary-kim/riotchat/pull/513) ([@gary-kim](https://github.com/gary-kim))
+
+### Added
+
+- Support Nextcloud 26 [\#517](https://github.com/gary-kim/riotchat/pull/517) ([@gary-kim](https://github.com/gary-kim))
+
## [v0.14.1](https://github.com/gary-kim/riotchat/tree/v0.14.1) - 2023-02-15
[Full Changelog](https://github.com/gary-kim/riotchat/compare/v0.14.0...v0.14.1)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 14551836..6c4ee95a 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -13,7 +13,7 @@ This project is not affiliated, associated, authorized, endorsed by, or in any w
The name Element as well as related names, marks, emblems and images are registered trademarks of their respective owners.
The upstream project can be found at [https://github.com/vector-im/element-web](https://github.com/vector-im/element-web).]]>
- 0.14.1
+ 0.15.0
agpl
Gary Kim
RiotChat
diff --git a/package-lock.json b/package-lock.json
index 4831cd82..d0c0d8e5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "riotchat",
- "version": "0.14.1",
+ "version": "0.15.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "riotchat",
- "version": "0.14.1",
+ "version": "0.15.0",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@nextcloud/axios": "^1.10.0",
diff --git a/package.json b/package.json
index 03eb4aef..a314242e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "riotchat",
- "version": "0.14.1",
+ "version": "0.15.0",
"description": "Still in development",
"main": "index.js",
"directories": {