diff --git a/History.markdown b/History.markdown index d0809bd..88b7a2a 100644 --- a/History.markdown +++ b/History.markdown @@ -1,3 +1,10 @@ +## 2.3.0 / 2018/01/27 + + * Add option to show excerpts on the homepage (#90) + * Handle RSS feed with jekyll-feed (#183) + * Test build with Ruby 2.4 on CI (#184) + * Document how to customize navigation links (#192) + ## 2.2.1 / 2018/01/27 * Revert social_sites hash for retrocompatibility (#190) diff --git a/minima.gemspec b/minima.gemspec index fdc0ce3..3b017b4 100644 --- a/minima.gemspec +++ b/minima.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "minima" - spec.version = "2.2.1" + spec.version = "2.3.0" spec.authors = ["Joel Glovier"] spec.email = ["jglovier@github.com"]