From ea7f1d38f098084dc0eab28c6d388820b7400adc Mon Sep 17 00:00:00 2001
From: Marten Veldthuis <marten@veldthuis.com>
Date: Thu, 11 Nov 2021 16:17:31 +0100
Subject: [PATCH] Version 0.3.7

---
 CHANGELOG.md                 | 4 ++++
 lib/quby/compiler/version.rb | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index ba90dd5..eed13cf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.3.7
+
+* Remove last_update
+
 # 0.3.6
 
 * `outcome_table` panel dsl method now exports the given outcome table definition to `roqua.json`
diff --git a/lib/quby/compiler/version.rb b/lib/quby/compiler/version.rb
index 5ccb218..85d8325 100644
--- a/lib/quby/compiler/version.rb
+++ b/lib/quby/compiler/version.rb
@@ -1,5 +1,5 @@
 module Quby
   module Compiler
-    VERSION = "0.3.6"
+    VERSION = "0.3.7"
   end
 end
-- 
GitLab