From 22683cbd2ad5adfa345a7ba573c2bd15d2b9d8d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Cournoyer?= Date: Tue, 5 Jan 2021 15:02:14 -0500 Subject: [PATCH] Bump version to 5.0.0 Bump major because of the numerous breaking changes. --- History.md | 2 +- lib/liquid/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 50f5e9d..4280a72 100644 --- a/History.md +++ b/History.md @@ -1,6 +1,6 @@ # Liquid Change Log -### Unreleased +## 5.0.0 / 2021-01-06 ### Features * Add new `{% render %}` tag (#1122) [Samuel Doiron] diff --git a/lib/liquid/version.rb b/lib/liquid/version.rb index 9af2973..5145a9f 100644 --- a/lib/liquid/version.rb +++ b/lib/liquid/version.rb @@ -2,5 +2,5 @@ # frozen_string_literal: true module Liquid - VERSION = "4.0.3" + VERSION = "5.0.0" end