diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2309bd58..638bdd1c 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.17.6](https://github.com/gary-kim/riotchat/tree/v0.17.6) - 2024-07-18
+
+[Full Changelog](https://github.com/gary-kim/riotchat/compare/v0.17.5...v0.17.6)
+
+### Changed
+
+- chore\(deps\): update Element Web to v1.11.71 [\#627](https://github.com/gary-kim/riotchat/pull/627) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate))
+
+### Dependencies
+
+- chore\(deps\): update dependency webpack to ^5.93.0 [\#626](https://github.com/gary-kim/riotchat/pull/626) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate))
+- chore\(deps\): update babel monorepo [\#625](https://github.com/gary-kim/riotchat/pull/625) ([@garykim-dev-renovate[bot]](https://github.com/apps/garykim-dev-renovate))
+
## [v0.17.5](https://github.com/gary-kim/riotchat/tree/v0.17.5) - 2024-07-11
[Full Changelog](https://github.com/gary-kim/riotchat/compare/v0.17.4...v0.17.5)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 94ebfe7e..a610c058 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.17.5
+ 0.17.6
agpl
Gary Kim
RiotChat
diff --git a/package-lock.json b/package-lock.json
index 3cbb4319..6b28be38 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "riotchat",
- "version": "0.17.5",
+ "version": "0.17.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "riotchat",
- "version": "0.17.5",
+ "version": "0.17.6",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@nextcloud/axios": "^2.5.0",
diff --git a/package.json b/package.json
index c58b5832..b8ea2c74 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "riotchat",
- "version": "0.17.5",
+ "version": "0.17.6",
"description": "Still in development",
"main": "index.js",
"directories": {