diff --git a/CHANGELOG.md b/CHANGELOG.md
index 327a6b49..12d4d698 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Updates may also include translation updates.
+## [v0.18.2](https://github.com/gary-kim/riotchat/tree/v0.18.2) - 2024-10-10
+
+[Full Changelog](https://github.com/gary-kim/riotchat/compare/v0.18.1...v0.18.2)
+
+### Changed
+
+- chore\(deps\): update Element Web to v1.11.80 [\#653](https://github.com/gary-kim/riotchat/pull/653) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate))
+- enh: drop Nextcloud 27 support [\#650](https://github.com/gary-kim/riotchat/pull/650) ([@gary-kim](https://github.com/gary-kim))
+
+### Dependencies
+
+- chore\(deps\): update dependency eslint-plugin-vue to ^9.28.0 [\#651](https://github.com/gary-kim/riotchat/pull/651) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate))
+- chore\(deps\): update dependency babel-loader to ^9.2.1 [\#649](https://github.com/gary-kim/riotchat/pull/649) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate))
+
## [v0.18.1](https://github.com/gary-kim/riotchat/tree/v0.18.1) - 2024-09-24
[Full Changelog](https://github.com/gary-kim/riotchat/compare/v0.18.0...v0.18.1)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 278feeee..36eed00f 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.18.1
+ 0.18.2
agpl
Gary Kim
RiotChat
diff --git a/package-lock.json b/package-lock.json
index f6f950a3..669d7f83 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "riotchat",
- "version": "0.18.1",
+ "version": "0.18.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "riotchat",
- "version": "0.18.1",
+ "version": "0.18.2",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@nextcloud/axios": "^2.5.0",
diff --git a/package.json b/package.json
index 8dbe3373..180e8acf 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "riotchat",
- "version": "0.18.1",
+ "version": "0.18.2",
"description": "Still in development",
"main": "index.js",
"directories": {