diff --git a/History.md b/History.md index 52b4f61..6f2f558 100644 --- a/History.md +++ b/History.md @@ -1,6 +1,10 @@ # Liquid Version History -## 3.0.2 / 2015-04-24 / branch "3-0-stable" +## 3.0.3 / 2015-05-28 / branch "3-0-stable" + +* Fix condition parse order in strict mode (#569) [Justin Li, pushrax] + +## 3.0.2 / 2015-04-24 * Expose VariableLookup private members (#551) [Justin Li, pushrax] * Documentation fixes diff --git a/lib/liquid/version.rb b/lib/liquid/version.rb index 6f4eb01..dc08294 100644 --- a/lib/liquid/version.rb +++ b/lib/liquid/version.rb @@ -1,4 +1,4 @@ # encoding: utf-8 module Liquid - VERSION = "3.0.2" + VERSION = "3.0.3" end