Update History.md

This commit is contained in:
Dylan Thacker-Smith
2023-01-10 15:26:38 -05:00
parent c1c9157e75
commit 8983fcb47e
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,5 +1,10 @@
# Liquid Change Log
## 4.0.4 / (unreleased)
### Fixed
* Fix ruby 3.2 compatibility by avoiding use of the removed taint API
## 4.0.3 / 2019-03-12
### Fixed
+1 -1
View File
@@ -1,5 +1,5 @@
# encoding: utf-8
module Liquid
VERSION = "4.0.3".freeze
VERSION = "4.0.4".freeze
end