Add changelog entry for a recent fix

This commit is contained in:
Dylan Thacker-Smith
2021-03-29 13:43:01 -07:00
parent ca96ca0fef
commit eab13a07d9
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# Liquid Change Log
## 5.0.2 (unreleased)
### Fixes
* Fix support for using a String subclass for the liquid source (#1421) [Dylan Thacker-Smith]
## 5.0.1 / 2021-03-24
### Fixes

View File

@@ -2,5 +2,5 @@
# frozen_string_literal: true
module Liquid
VERSION = "5.0.1"
VERSION = "5.0.2.alpha"
end