diff --git a/CHANGELOG.md b/CHANGELOG.md
index b65027c2dbc4dff8d6f94bb5a6988e23fda13dbd..3b47b24445d851d27297cf5b46237333da7f8d8d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,19 @@
 
 All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
 
+## [4.1.0](https://gitlab.coko.foundation/cokoapps/server/compare/v4.0.2...v4.1.0) (2024-11-19)
+
+
+### Features
+
+* **db:** allow passing an encoded ca certificate through envornment variables ([c44ac0b](https://gitlab.coko.foundation/cokoapps/server/commit/c44ac0bc4d66dfe4ea9300ff54840d86dc3e161f))
+* **db:** allow subscriptions to connect to a different db ([17803a0](https://gitlab.coko.foundation/cokoapps/server/commit/17803a0c13cc4ccc06be41b367338920206ed710))
+
+
+### Bug Fixes
+
+* **db:** correctly read allow self signed certificates variable ([45f189c](https://gitlab.coko.foundation/cokoapps/server/commit/45f189cd5209ad74e570f56a3369a42a9a105665))
+
 ### [4.0.2](https://gitlab.coko.foundation/cokoapps/server/compare/v4.0.1...v4.0.2) (2024-10-31)
 
 
diff --git a/package.json b/package.json
index f95d919241dde22be4152fd655bb4ebaa45b1382..7c574460463e501cbd15f9be13d5b0f2cda72638 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@coko/server",
-  "version": "4.0.2",
+  "version": "4.1.0",
   "description": "Reusable server for use by Coko's projects",
   "keywords": [
     "coko"