diff --git a/HISTORY.rst b/HISTORY.rst
index d10acd2c41b3baa7287526473fb543bec28725cc_SElTVE9SWS5yc3Q=..5e787de1f38f7c73ac0078d0b6d2d01b05b7f1c7_SElTVE9SWS5yc3Q= 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,6 +1,11 @@
 HISTORY
 =======
 
+1.3.3 (2024-01-17)
+------------------
+
+- minimum golang version is now 1.19
+- update dependencies to match golang && fix vulnerabilities
 - docker image: drop confd, move the binary in the PATH, build with forced go
   dns resolve (tag 'netgo').
 
diff --git a/main.go b/main.go
index d10acd2c41b3baa7287526473fb543bec28725cc_bWFpbi5nbw==..5e787de1f38f7c73ac0078d0b6d2d01b05b7f1c7_bWFpbi5nbw== 100644
--- a/main.go
+++ b/main.go
@@ -15,7 +15,7 @@
 )
 
 // Version of xbus-stdlib
-const Version = "1.3.2"
+const Version = "1.3.3"
 
 func init() {
 	cobra.OnInitialize(initConfig)