diff --git a/History.markdown b/History.markdown index 5f43817159..36c7f203b5 100644 --- a/History.markdown +++ b/History.markdown @@ -1,3 +1,14 @@ +## 2.5.0 + +### Bug Fixes + + * Add `jekyll-feed` plugin in config (#228) + +### Minor Enhancements + + * Stick footer for short posts (#223) + * Consolidate trigger SVG paths (#148) + ## 2.4.1 ### Bug Fixes diff --git a/minima.gemspec b/minima.gemspec index e2fdcdb9d8..e931a10281 100644 --- a/minima.gemspec +++ b/minima.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "minima" - spec.version = "2.4.1" + spec.version = "2.5.0" spec.authors = ["Joel Glovier"] spec.email = ["jglovier@github.com"]