diff --git a/CHANGELOG.md b/CHANGELOG.md
index 54008a4a..327a6b49 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Updates may also include translation updates.
+## [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)
+
+### Changed
+
+- chore\(deps\): update Element Web to v1.11.78 [\#646](https://github.com/gary-kim/riotchat/pull/646) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate))
+- chore\(deps\): update Element Web to v1.11.76 [\#638](https://github.com/gary-kim/riotchat/pull/638) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate))
+
+### Dependencies
+
+- chore\(deps\): update dependency eslint to ^8.57.1 [\#647](https://github.com/gary-kim/riotchat/pull/647) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate))
+- chore\(deps\): update dependency eslint-plugin-import to ^2.30.0 [\#644](https://github.com/gary-kim/riotchat/pull/644) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate))
+- chore\(deps\): update dependency webpack to v5.94.0 \[security\] [\#642](https://github.com/gary-kim/riotchat/pull/642) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate))
+- chore\(deps\): update dependency webpack to ^5.94.0 [\#641](https://github.com/gary-kim/riotchat/pull/641) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate))
+- chore\(deps\): update dependency @babel/preset-env to ^7.25.4 [\#640](https://github.com/gary-kim/riotchat/pull/640) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate))
+- fix\(deps\): update dependency core-js to ^3.38.1 [\#639](https://github.com/gary-kim/riotchat/pull/639) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate))
+
## [v0.18.0](https://github.com/gary-kim/riotchat/tree/v0.18.0) - 2024-08-20
[Full Changelog](https://github.com/gary-kim/riotchat/compare/v0.17.6...v0.18.0)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index beb3674d..c4fb500b 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.0
+ 0.18.1
agpl
Gary Kim
RiotChat
diff --git a/package-lock.json b/package-lock.json
index ec8bb631..1289f0c3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "riotchat",
- "version": "0.18.0",
+ "version": "0.18.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "riotchat",
- "version": "0.18.0",
+ "version": "0.18.1",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@nextcloud/axios": "^2.5.0",
diff --git a/package.json b/package.json
index 587b670d..6af971eb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "riotchat",
- "version": "0.18.0",
+ "version": "0.18.1",
"description": "Still in development",
"main": "index.js",
"directories": {