diff --git a/History.markdown b/History.markdown index dc04935..bf9e4cd 100644 --- a/History.markdown +++ b/History.markdown @@ -1,13 +1,13 @@ -## HEAD - -### Documentation - - * Add GitHub Actions badge and remove Travis one (#236) +## 2.15.0 / 2022-05-20 ### Bug Fixes * Inject `site.github` via `:pre_render` step rather than `:after_init` (#238) +### Documentation + + * Add GitHub Actions badge and remove Travis one (#236) + ## 2.14.0 / 2022-05-04 ### Minor Enhancements diff --git a/lib/jekyll-github-metadata/version.rb b/lib/jekyll-github-metadata/version.rb index c5d3cce..e7bba38 100644 --- a/lib/jekyll-github-metadata/version.rb +++ b/lib/jekyll-github-metadata/version.rb @@ -2,6 +2,6 @@ module Jekyll module GitHubMetadata - VERSION = "2.14.0" + VERSION = "2.15.0" end end