Bump version to 5.0.0

Bump major because of the numerous breaking changes.
This commit is contained in:
Marc-André Cournoyer
2021-01-05 15:02:14 -05:00
parent abfab3bef2
commit 22683cbd2a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# Liquid Change Log
### Unreleased
## 5.0.0 / 2021-01-06
### Features
* Add new `{% render %}` tag (#1122) [Samuel Doiron]

View File

@@ -2,5 +2,5 @@
# frozen_string_literal: true
module Liquid
VERSION = "4.0.3"
VERSION = "5.0.0"
end