Merge pull request #1601 from Shopify/bump/5.4.0

Bump version to 5.4.0 for release
This commit is contained in:
CP Clermont
2022-07-29 10:29:21 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Liquid Change Log
## 5.4.0 (unreleased)
## 5.4.0 2022-07-29
### Breaking Changes
* Drop support for end-of-life Ruby versions (2.5 and 2.6) (#1578) [Andy Waite]
+1 -1
View File
@@ -2,5 +2,5 @@
# frozen_string_literal: true
module Liquid
VERSION = "5.4.0.alpha"
VERSION = "5.4.0"
end