From 54414dfd833dbedc3f5c1a188b81d0accfc920aa Mon Sep 17 00:00:00 2001 From: Dylan Thacker-Smith Date: Thu, 28 Apr 2022 09:43:08 -0400 Subject: [PATCH] Add changelog entry, making the next release a feature release --- History.md | 5 ++++- lib/liquid/version.rb | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 940f2b5a..7d619219 100644 --- a/History.md +++ b/History.md @@ -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] diff --git a/lib/liquid/version.rb b/lib/liquid/version.rb index 3fc87a5a..9b0de143 100644 --- a/lib/liquid/version.rb +++ b/lib/liquid/version.rb @@ -2,5 +2,5 @@ # frozen_string_literal: true module Liquid - VERSION = "5.3.0" + VERSION = "5.4.0.alpha" end