diff --git a/CHANGELOG.md b/CHANGELOG.md index ba90dd5a5a2e0c29cb1d76e438b6ac583003edca..eed13cf3f41badb6dfb29aaa394431e0c422dc9b 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 5ccb218779007a8faba838f8fc9b2ada77c8e376..85d83253ed7060ddc904a88928e6f4e320ac0074 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