diff --git a/CHANGELOG.md b/CHANGELOG.md
index c310cb82..3da88c90 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Updates may also include translation updates.
+## [v0.16.1](https://github.com/gary-kim/riotchat/tree/v0.16.1) - 2023-09-23
+
+[Full Changelog](https://github.com/gary-kim/riotchat/compare/v0.16.0...v0.16.1)
+
+### Changed
+
+- Update to Element Web v1.11.43 [\#538](https://github.com/gary-kim/riotchat/pull/538) ([@gary-kim](https://github.com/gary-kim))
+- Update to Element Web v1.11.39 [\#536](https://github.com/gary-kim/riotchat/pull/536) ([@gary-kim](https://github.com/gary-kim))
+
+### Dependencies
+
+- chore\(deps\): update dependency eslint-config-standard to ^17.1.0 [\#529](https://github.com/gary-kim/riotchat/pull/529) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate))
+- chore\(deps\): update dependency eslint to ^8.47.0 [\#528](https://github.com/gary-kim/riotchat/pull/528) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate))
+- chore\(deps\): update babel monorepo to ^7.22.10 [\#526](https://github.com/gary-kim/riotchat/pull/526) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate))
+- chore\(deps\): update dependency eslint-plugin-vue to ^9.17.0 [\#510](https://github.com/gary-kim/riotchat/pull/510) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate))
+- fix\(deps\): update dependency @nextcloud/router to ^2.1.2 [\#509](https://github.com/gary-kim/riotchat/pull/509) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate))
+- chore\(deps\): update dependency eslint-plugin-promise to ^6.1.1 [\#502](https://github.com/gary-kim/riotchat/pull/502) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate))
+- chore\(deps\): update dependency @nextcloud/browserslist-config to ^2.3.0 [\#501](https://github.com/gary-kim/riotchat/pull/501) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate))
+
## [v0.16.0](https://github.com/gary-kim/riotchat/tree/v0.16.0) - 2023-08-14
[Full Changelog](https://github.com/gary-kim/riotchat/compare/v0.15.2...v0.16.0)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index b46e5958..92e58d15 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.16.0
+ 0.16.1
agpl
Gary Kim
RiotChat
diff --git a/package-lock.json b/package-lock.json
index 5e4ba297..4920d86a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "riotchat",
- "version": "0.16.0",
+ "version": "0.16.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "riotchat",
- "version": "0.16.0",
+ "version": "0.16.1",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@nextcloud/axios": "^1.10.0",
diff --git a/package.json b/package.json
index ba4bc1a0..61f5cd06 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "riotchat",
- "version": "0.16.0",
+ "version": "0.16.1",
"description": "Still in development",
"main": "index.js",
"directories": {