Merge pull request #252 from jekyll/release-2.4.0

Release 2.4.0
This commit is contained in:
Ben Balter 2017-12-08 10:59:49 -06:00 committed by GitHub
commit b480dde068
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 3 deletions

View File

@ -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

View File

@ -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