From 2c1b5591a61bf18fc604112896479f72c102e3e2 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Fri, 20 May 2022 14:08:57 -0700 Subject: [PATCH] Release :gem: v2.15.0 --- History.markdown | 10 +++++----- lib/jekyll-github-metadata/version.rb | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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