From ea39a63aad2331a7e40216251801038096e10a6a Mon Sep 17 00:00:00 2001 From: jekyllbot Date: Mon, 29 Jan 2018 14:02:39 -0500 Subject: [PATCH] =?UTF-8?q?Release=20=F0=9F=92=8E=20=20v2.3.0=20(#195)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- History.markdown | 7 +++++++ minima.gemspec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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"]