diff --git a/CHANGELOG.md b/CHANGELOG.md index e19bafc..9820d0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ This file lists all non-trivial changes to Beautiful Jekyll. I often make small changes to documentation, to the demo site, or to the general look-and-feel. These and other minor changes will not be listed here. +**2020-04-29** Upgrade gem to 2.3.0 to include all new features + **2020-04-28** Add YAML option `footer-extra` for including custom content in the footer **2020-04-28** Fix issue: linking to a specific part of a page resulted in scrolling too far (#69) diff --git a/beautiful-jekyll-theme.gemspec b/beautiful-jekyll-theme.gemspec index 70fedfc..90e96fb 100644 --- a/beautiful-jekyll-theme.gemspec +++ b/beautiful-jekyll-theme.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "beautiful-jekyll-theme" - spec.version = "2.2.0" + spec.version = "2.3.0" spec.authors = ["Dean Attali"] spec.email = ["daattali@gmail.com"]