diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0e07cf8f..99623a5f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+## 0.8.4 (2023-10-27)
+
+* chore(deps): bump ai from 2.2.19 to 2.2.20 (#44) ([257a697](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/257a697)), closes [#44](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/44)
+* chore(deps): bump axios from 1.5.1 to 1.6.0 (#42) ([da3589e](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/da3589e)), closes [#42](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/42)
+* chore(deps): bump next from 13.5.6 to 14.0.0 (#43) ([6721ee8](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/6721ee8)), closes [#43](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/43)
+
+
+
## 0.8.3 (2023-10-26)
* chore(deps-dev): bump sass from 1.69.4 to 1.69.5 (#41) ([cf61dd6](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/commit/cf61dd6)), closes [#41](https://github.com/CU-CommunityApps/ct-azure-openai-gpt4-chat/issues/41)
diff --git a/package-lock.json b/package-lock.json
index 32dd1e5f..76ca1014 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "ct-azure-openai-gpt4-chat",
- "version": "0.8.3",
+ "version": "0.8.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "ct-azure-openai-gpt4-chat",
- "version": "0.8.3",
+ "version": "0.8.4",
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.4.2",
diff --git a/package.json b/package.json
index 1c6ec418..abf848cd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ct-azure-openai-gpt4-chat",
- "version": "0.8.3",
+ "version": "0.8.4",
"description": "A Next.js chat app that uses Azure OpenAI GPT-4 to generate responses",
"private": true,
"engines": {