diff --git a/History.markdown b/History.markdown index 72ff966..d369a27 100644 --- a/History.markdown +++ b/History.markdown @@ -1,4 +1,4 @@ -## HEAD +## 2.3.0 / 2024-12-05 ### Minor Enhancements diff --git a/lib/jekyll-archives/version.rb b/lib/jekyll-archives/version.rb index b677362..f2fd743 100644 --- a/lib/jekyll-archives/version.rb +++ b/lib/jekyll-archives/version.rb @@ -2,6 +2,6 @@ module Jekyll module Archives - VERSION = "2.2.1" + VERSION = "2.3.0" end end