Merge branch 'master' into master

This commit is contained in:
Kyle Niewiada 2017-04-11 11:25:06 -04:00 committed by GitHub
commit eb87a06815
2 changed files with 5 additions and 2 deletions

View File

@ -1,11 +1,14 @@
## HEAD
## 2.2.0
### Major Enhancements
* Add author meta (#103)
* Add og:locale support #166
* Add support for Bing and Yandex webmaster tools. Closes #147 (#148)
* Add SEO author and date modified to validate JSON-LD output (#151)
### Minor Enhancements
* Use `|` for title separator (#162)

View File

@ -3,6 +3,6 @@ module Liquid; class Tag; end; end
module Jekyll
class SeoTag < Liquid::Tag
VERSION = "2.1.0".freeze
VERSION = "2.2.0".freeze
end
end