diff --git a/History.md b/History.md index 91f6257..9a82faa 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,10 @@ # Liquid Change Log +## 4.0.3 / 2019-03-12 + +### Fixed +* Fix break and continue tags inside included templates in loops (#1072) [Justin Li] + ## 4.0.2 / 2019-03-08 ### Changed diff --git a/lib/liquid/version.rb b/lib/liquid/version.rb index 07bd0f1..da01c47 100644 --- a/lib/liquid/version.rb +++ b/lib/liquid/version.rb @@ -1,5 +1,5 @@ # encoding: utf-8 module Liquid - VERSION = "4.0.2".freeze + VERSION = "4.0.3".freeze end