From 111538cd9a47a773a453725ce6ea413e55783520 Mon Sep 17 00:00:00 2001 From: Natasha Umer Date: Mon, 26 Oct 2020 22:40:05 +0100 Subject: [PATCH] upgrade gem version --- CHANGELOG.md | 2 ++ lib/view_component/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cbdd536a..aefb1c714 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master +## 2.21.0 + * Only compile components at application initialization if eager loading is enabled. *Joel Hawksley* diff --git a/lib/view_component/version.rb b/lib/view_component/version.rb index 80271da7b..b8ff1404f 100644 --- a/lib/view_component/version.rb +++ b/lib/view_component/version.rb @@ -3,7 +3,7 @@ module ViewComponent module VERSION MAJOR = 2 - MINOR = 20 + MINOR = 21 PATCH = 0 STRING = [MAJOR, MINOR, PATCH].join(".")