Release 💎 2.4.0

Fix #251
This commit is contained in:
Frank Taillandier 2017-12-04 17:05:15 +01:00
parent 47259715f7
commit e181da90f1
2 changed files with 10 additions and 3 deletions

View File

@ -1,13 +1,20 @@
## HEAD
## 2.4.0 / 2017-12-04
### Minor
* Add meta generator (#236)
* 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