diff --git a/CHANGELOG.md b/CHANGELOG.md
index db91617a4f3525a3a03ce5d31c8dcb551548ae75..875c3d2f4e779cc6568d60136a3be03eec136748 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
 
 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.
 
+### [2.1.2](https://gitlab.coko.foundation/cokoapps/xsweet/compare/v2.1.1...v2.1.2) (2023-02-02)
+
+
+### Bug Fixes
+
+* **service:** fix for pg-boss error ([03076d0](https://gitlab.coko.foundation/cokoapps/xsweet/commit/03076d0c73d5b0e95c77f8f6b3931e81cef9e782))
+
 ### [2.1.1](https://gitlab.coko.foundation/cokoapps/xsweet/compare/v2.1.0...v2.1.1) (2023-02-02)
 
 
diff --git a/package.json b/package.json
index 5f3abeb0f891ea185978846ffc38333c041200d4..8cfe341e040c0874f63a75279a2b407725641ef1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@coko/xsweet",
-  "version": "2.1.1",
+  "version": "2.1.2",
   "description": "Service that converts docx files into HTML",
   "main": "server/index.js",
   "scripts": {