Skip to content

Commit

Permalink
Release 💎 v0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Oct 4, 2020
1 parent 653999c commit 6bc0f83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion History.markdown
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll-feed/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Jekyll
module Feed
VERSION = "0.15.0"
VERSION = "0.15.1"
end
end

0 comments on commit 6bc0f83

Please sign in to comment.