diff --git a/CHANGELOG.md b/CHANGELOG.md index b1858646d14a700eed6d10774d317a2988822342..63b0f03ff72507274f305761b2510b2271a87207 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 9d7bdbf5c9659442a656d0623086cb75ac445faa..5c54e3736c25f1793b280feb91a5be3e4f04fd89 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