From 416a5ca68796316294e58d0af010aeddbaf4596a Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Tue, 25 Apr 2017 11:21:29 -0400 Subject: [PATCH 1/2] Bump to 2.2.1 --- lib/jekyll-seo-tag/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jekyll-seo-tag/version.rb b/lib/jekyll-seo-tag/version.rb index 97a23f2..d6dd05d 100644 --- a/lib/jekyll-seo-tag/version.rb +++ b/lib/jekyll-seo-tag/version.rb @@ -3,6 +3,6 @@ module Liquid; class Tag; end; end module Jekyll class SeoTag < Liquid::Tag - VERSION = "2.2.0".freeze + VERSION = "2.2.1".freeze end end From b756a49f5fde7b1a24b6f7b1e92fd51dc3e4a7c0 Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Tue, 25 Apr 2017 11:22:06 -0400 Subject: [PATCH 2/2] Update for 2.2.1 --- History.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/History.markdown b/History.markdown index 999a279..f6bfd36 100644 --- a/History.markdown +++ b/History.markdown @@ -1,5 +1,7 @@ ## HEAD +## 2.2.1 + * Convert template logic to a Liquid Drop (significant performance improvement) (#184) * Fix for JSON-LD validation warning for images missing required properties (#183)