diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7fa1dddb1..6c618c78d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## [1.9.5] (Jan 21, 2025)
+### Fix:
+- Fixed an issue where widget style is not applied due to style tag being dynamically removed and then re-added in the head tag in a WordPress like environment
+
 ## [1.9.4] (Jan 14, 2025)
 ### Fix:
 - Improved stability
diff --git a/package.json b/package.json
index 08ee596be..30db088ec 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@sendbird/chat-ai-widget",
-  "version": "1.9.4",
+  "version": "1.9.5",
   "description": "Sendbird Chat AI Widget,\n Detailed documentation can be found at https://github.com/sendbird/chat-ai-widget#readme",
   "main": "./dist/index.umd.js",
   "module": "./dist/index.es.js",
diff --git a/packages/self-service/package.json b/packages/self-service/package.json
index 3cbc7a5c0..f9ab366ae 100644
--- a/packages/self-service/package.json
+++ b/packages/self-service/package.json
@@ -14,7 +14,7 @@
     "format": "npm run prettier:fix && npm run lint:fix"
   },
   "dependencies": {
-    "@sendbird/chat-ai-widget": "1.9.4",
+    "@sendbird/chat-ai-widget": "1.9.5",
     "react": "^18.2.0",
     "react-dom": "^18.2.0"
   },
diff --git a/yarn.lock b/yarn.lock
index 6a33430d1..5126b8dbd 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -3291,7 +3291,7 @@ __metadata:
   languageName: node
   linkType: hard
 
-"@sendbird/chat-ai-widget@npm:1.9.4, @sendbird/chat-ai-widget@workspace:.":
+"@sendbird/chat-ai-widget@npm:1.9.5, @sendbird/chat-ai-widget@workspace:.":
   version: 0.0.0-use.local
   resolution: "@sendbird/chat-ai-widget@workspace:."
   dependencies:
@@ -16068,7 +16068,7 @@ __metadata:
   version: 0.0.0-use.local
   resolution: "self-service@workspace:packages/self-service"
   dependencies:
-    "@sendbird/chat-ai-widget": "npm:1.9.4"
+    "@sendbird/chat-ai-widget": "npm:1.9.5"
     "@types/react": "npm:^18.0.37"
     "@types/react-dom": "npm:^18.0.11"
     "@vitejs/plugin-react": "npm:^4.2.1"