diff --git a/CHANGELOG.md b/CHANGELOG.md
index d1163ee0630e77668b0496d165eac42928050238..b55a608fa7aaaac49449dd6276db33a11c330436 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,18 @@
 
 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.
 
+## [3.12.0](https://gitlab.coko.foundation/cokoapps/server/compare/v3.11.0...v3.12.0) (2024-04-29)
+
+
+### Features
+
+* **db-manager:** add POSTGRES_ALLOW_SELF_SIGNED_CERTIFICATES env variable ([5589a8e](https://gitlab.coko.foundation/cokoapps/server/commit/5589a8ec9055ebc973b22d4d708648a54cf93fc5))
+
+
+### Bug Fixes
+
+* switch s3 healthcheck to using headBucket for compatibility with do ([d732d75](https://gitlab.coko.foundation/cokoapps/server/commit/d732d7561f77c2c59e09f0cc2e9521a13c7fb3b7))
+
 ## [3.11.0](https://gitlab.coko.foundation/cokoapps/server/compare/v3.10.1...v3.11.0) (2024-04-18)
 
 
diff --git a/package.json b/package.json
index 330d5b24735acd2bb57931d6a724bd7a52ef6cac..d93b146fa5b199523f5a1e9f50e98a96078edb0e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@coko/server",
-  "version": "3.11.0",
+  "version": "3.12.0",
   "description": "Reusable server for use by Coko's projects",
   "keywords": [
     "coko"