From 35e0284e4e8c0edd1d089c6c8cb5142c6e51172f Mon Sep 17 00:00:00 2001
From: Jorn van de Beek <jornvandebeek@roqua.nl>
Date: Wed, 20 Oct 2021 13:05:06 +0200
Subject: [PATCH] Update version

---
 CHANGELOG.md                 | 4 ++++
 Gemfile.lock                 | 7 ++++---
 lib/roqua-support/version.rb | 2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index ce7fa1a..2bcfef8 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 d80a8e0..0cca564 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 f984761..ede468f 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
-- 
GitLab