diff --git a/History.markdown b/History.markdown index 869cbc0..a6b7044 100644 --- a/History.markdown +++ b/History.markdown @@ -1,13 +1,21 @@ ## HEAD +## 2.4.0 / 2017-12-04 + +### Minor + + * Add meta generator (#236) + * Consistently use self-closing tags (#246) + * Strip null values from JSON-LD hash (#249) + ### Documentation * Avoid deprecation warning when building docs (#243) ### Development Fixes - * Travis: Test against Rubies (#242) - * Try testing on Ruby v2.3 and 2.4 (#181) + * Test against latest Rubies (#242) + * Use Nokigiri on CI (#181) ## 2.3.0 diff --git a/lib/jekyll-seo-tag/version.rb b/lib/jekyll-seo-tag/version.rb index 6cd555f..ed89abd 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.3.0".freeze + VERSION = "2.4.0".freeze end end