From 896e1b7ed95029bc2f033c8596e9bae9eaae7a8e Mon Sep 17 00:00:00 2001 From: Jorn van de Beek <jornvandebeek@roqua.nl> Date: Thu, 24 Jun 2021 16:00:05 +0200 Subject: [PATCH] Update version --- 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 b185864..63b0f03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.3.5 + +* Allow score_schema's outcome_table to be set to nil to hide values from outcome tables + # 0.3.4 * Added preliminary support for sliders to the v2 output. diff --git a/lib/quby/compiler/version.rb b/lib/quby/compiler/version.rb index 9d7bdbf..5c54e37 100644 --- a/lib/quby/compiler/version.rb +++ b/lib/quby/compiler/version.rb @@ -1,5 +1,5 @@ module Quby module Compiler - VERSION = "0.3.4" + VERSION = "0.3.5" end end -- GitLab