Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions History.markdown
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion minima.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ["[email protected]"]

Expand Down