This commit is contained in:
Justin Li
2019-03-12 12:43:48 -04:00
parent ff99d92c18
commit f2f467bdbc
2 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

@@ -1,5 +1,5 @@
# encoding: utf-8
module Liquid
VERSION = "4.0.2".freeze
VERSION = "4.0.3".freeze
end