From 8d520ce46a64ba6d0f99626dc9d28865da017576 Mon Sep 17 00:00:00 2001
From: Jorn van de Beek <jornvandebeek@roqua.nl>
Date: Mon, 19 Jul 2021 14:10:55 +0200
Subject: [PATCH] Bump version

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 63b0f03..6f8b293 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+# 0.3.6
+
+* `outcome_table` panel dsl method now exports the given outcome table definition to `roqua.json`
+  This can't be used in combination with the `outcome_table: ` attibute in score schemas. 
+
 # 0.3.5
 
 * Allow score_schema's outcome_table to be set to nil to hide values from outcome tables
diff --git a/lib/quby/compiler/version.rb b/lib/quby/compiler/version.rb
index 5c54e37..5ccb218 100644
--- a/lib/quby/compiler/version.rb
+++ b/lib/quby/compiler/version.rb
@@ -1,5 +1,5 @@
 module Quby
   module Compiler
-    VERSION = "0.3.5"
+    VERSION = "0.3.6"
   end
 end
-- 
GitLab