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"]