From 9f7467593a329cf9c2e132748e0f321e1bb68e4d Mon Sep 17 00:00:00 2001 From: Matt Stratton Date: Sun, 11 Nov 2018 15:06:52 -0800 Subject: [PATCH] Update theme to version 1.24.1 --- CHANGELOG.md | 7 +++++++ theme.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2076bef31..2abdf0325 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [1.24.1](https://github.com/devopsdays/devopsdays-theme/tree/1.24.1) (2018-11-11) +[Full Changelog](https://github.com/devopsdays/devopsdays-theme/compare/1.24.0...1.24.1) + +**Closed issues:** + +- one-day events being listed incorrectly in front-page sidebar [\#676](https://github.com/devopsdays/devopsdays-theme/issues/676) + ## [1.24.0](https://github.com/devopsdays/devopsdays-theme/tree/1.24.0) (2018-11-10) [Full Changelog](https://github.com/devopsdays/devopsdays-theme/compare/1.23.1...1.24.0) diff --git a/theme.toml b/theme.toml index ff44969f5..93087003f 100644 --- a/theme.toml +++ b/theme.toml @@ -9,7 +9,7 @@ homepage = "https://github.com/devopsdays/devopsdays-theme/" tags = ["", ""] features = ["", ""] min_version = 0.18 -theme_version = "1.24.0" +theme_version = "1.24.1" [author] name = "Matt Stratton"