From 792a0fa3ab28602468d3107677069ffdf7296059 Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Fri, 4 Feb 2022 22:17:28 +0530 Subject: [PATCH] Release :gem: v2.8.0 --- History.markdown | 13 +++++++------ lib/jekyll-seo-tag/version.rb | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/History.markdown b/History.markdown index 7b8bdea..101289e 100644 --- a/History.markdown +++ b/History.markdown @@ -1,4 +1,4 @@ -## HEAD +## 2.8.0 / 2022-02-04 ### Minor Enhancements @@ -8,16 +8,17 @@ * Add `og:image:alt` and `twitter:image:alt` (#438) * Sort JSON-LD data by key (#458) +### Bug Fixes + + * Set the default `og:type` to 'website' (#391) + * Template: Remove double new line (#454) + ### Development Fixes * Fix typo in source code comment (#449) * Set up Continuous Integration via GH Actions (#450) * Bump RuboCop to v1.18.x (#452) - -### Bug Fixes - - * Set the default og:type to 'website' (#391) - * Template: Remove double new line (#454) + * Add workflow to release gem via GH Actions ## 2.7.1 / 2020-10-18 diff --git a/lib/jekyll-seo-tag/version.rb b/lib/jekyll-seo-tag/version.rb index 7287eb5..3a42ca6 100644 --- a/lib/jekyll-seo-tag/version.rb +++ b/lib/jekyll-seo-tag/version.rb @@ -5,6 +5,6 @@ module Liquid; class Tag; end; end module Jekyll class SeoTag < Liquid::Tag - VERSION = "2.7.1" + VERSION = "2.8.0" end end