diff --git a/History.markdown b/History.markdown index 64060bdc..4e39f544 100644 --- a/History.markdown +++ b/History.markdown @@ -1,6 +1,8 @@ ## HEAD -### Development Fixes +## 0.15.1 / 2020-10-04 + +### Bug Fixes * MetaTag: when encoding for XML special characters, handle non-string objects (#326) diff --git a/lib/jekyll-feed/version.rb b/lib/jekyll-feed/version.rb index c89a4917..474050b7 100644 --- a/lib/jekyll-feed/version.rb +++ b/lib/jekyll-feed/version.rb @@ -2,6 +2,6 @@ module Jekyll module Feed - VERSION = "0.15.0" + VERSION = "0.15.1" end end