diff --git a/CHANGELOG.md b/CHANGELOG.md
index ce7fa1a8acf88ee04f2bd09bc452022ade0e8075..2bcfef8011262cba684d9c72e4b742924c78a600 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.4.1
+
+* Add timezone to logging timestamps. Use milliseconds instead of microseconds precision. 
+
 ## 0.4.0
 
 * Remove support for ruby 2.5 and 2.6
diff --git a/Gemfile.lock b/Gemfile.lock
index d80a8e08b818ae28b29163782b0275e26ba47305..0cca564268ffa98d1816357942c1bc5900a54365 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -10,7 +10,7 @@ GIT
 PATH
   remote: .
   specs:
-    roqua-support (0.4.0)
+    roqua-support (0.4.1)
       active_interaction (>= 3.0, < 5.0)
       activesupport (>= 5.2, < 6.2)
       appsignal (>= 2.9, < 3.1)
@@ -33,8 +33,9 @@ GEM
       erubi (~> 1.4)
       rails-dom-testing (~> 2.0)
       rails-html-sanitizer (~> 1.1, >= 1.2.0)
-    active_interaction (4.0.0)
+    active_interaction (4.0.5)
       activemodel (>= 5, < 7)
+      activesupport (>= 5, < 7)
     activemodel (6.0.2.2)
       activesupport (= 6.0.2.2)
     activerecord (6.0.2.2)
@@ -50,7 +51,7 @@ GEM
       bundler
       rake
       thor (>= 0.14.0)
-    appsignal (3.0.2)
+    appsignal (3.0.13)
       rack
     ast (2.4.2)
     builder (3.2.4)
diff --git a/lib/roqua-support/version.rb b/lib/roqua-support/version.rb
index f98476119ccad35c15036b1c432bfa8a3eb35400..ede468f4b5d8ef862396aa2ad0ff5ba08f362cad 100644
--- a/lib/roqua-support/version.rb
+++ b/lib/roqua-support/version.rb
@@ -1,5 +1,5 @@
 module Roqua
   module Support
-    VERSION = '0.4.0'.freeze
+    VERSION = '0.4.1'.freeze
   end
 end