Add changelog entry, making the next release a feature release

This commit is contained in:
Dylan Thacker-Smith
2022-04-28 09:43:08 -04:00
parent 23a8438fa6
commit 54414dfd83
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -1,6 +1,9 @@
# Liquid Change Log
## 5.3.1 (unreleased)
## 5.4.0 (unreleased)
### Features
* Allow `#` to be used as an inline comment tag (#1498) [CP Clermont]
### Fixes
* `PartialCache` now shares snippet cache with subcontexts by default (#1553) [Chris AtLee]
+1 -1
View File
@@ -2,5 +2,5 @@
# frozen_string_literal: true
module Liquid
VERSION = "5.3.0"
VERSION = "5.4.0.alpha"
end