From 38a84a949f9753c4542e25f422935f59b4913053 Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Fri, 16 Aug 2019 16:18:38 +0200 Subject: [PATCH] Release :gem: 2.5.1 --- History.markdown | 6 ++++++ minima.gemspec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/History.markdown b/History.markdown index 36c7f203b5..34829ae268 100644 --- a/History.markdown +++ b/History.markdown @@ -1,3 +1,9 @@ +## 2.5.1 + +### Minor Enhancements + + * Allow use and testing with Jekyll 4.x (#398) + ## 2.5.0 ### Bug Fixes diff --git a/minima.gemspec b/minima.gemspec index c1cd32afcd..4b26f34796 100644 --- a/minima.gemspec +++ b/minima.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "minima" - spec.version = "2.5.0" + spec.version = "2.5.1" spec.authors = ["Joel Glovier"] spec.email = ["jglovier@github.com"]