diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3427861..c0405b7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+# [0.44.0](https://github.com/openziti/ziti-browzer-core/compare/v0.43.0...v0.44.0) (2024-08-29)
+
+
+### Features
+
+* Use Cert chain when in HA networks ([#176](https://github.com/openziti/ziti-browzer-core/issues/176)) ([c1ffa1b](https://github.com/openziti/ziti-browzer-core/commit/c1ffa1be79a49254b704e536143df845501fb4c0))
+
+
+
 # [0.43.0](https://github.com/openziti/ziti-browzer-core/compare/v0.42.0...v0.43.0) (2024-08-26)
 
 
diff --git a/package.json b/package.json
index a3a02d8..8a2e668 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@openziti/ziti-browzer-core",
-  "version": "0.43.0",
+  "version": "0.44.0",
   "type": "module",
   "description": "Core componentry for the Ziti browZer ecosystem (used internally by ziti-browzer-runtime and ziti-sdk-browzer)",
   "scripts": {