diff --git a/CHANGELOG.md b/CHANGELOG.md index 63b0f03ff72507274f305761b2510b2271a87207..6f8b293bb816c1de7964a58143cd9df7cce4e389 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 5c54e3736c25f1793b280feb91a5be3e4f04fd89..5ccb218779007a8faba838f8fc9b2ada77c8e376 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