From f446db52d01eb611413aa77a365c96980f81ae3e Mon Sep 17 00:00:00 2001 From: Matt Stratton Date: Wed, 28 Nov 2018 12:14:29 -0800 Subject: [PATCH] Update theme to version 1.25.0 --- CHANGELOG.md | 7 +++++++ theme.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2abdf0325..93c7ccbc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [1.25.0](https://github.com/devopsdays/devopsdays-theme/tree/1.25.0) (2018-11-28) +[Full Changelog](https://github.com/devopsdays/devopsdays-theme/compare/1.24.1...1.25.0) + +**Fixed bugs:** + +- Organizer cards are of varying sizes [\#678](https://github.com/devopsdays/devopsdays-theme/issues/678) + ## [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) diff --git a/theme.toml b/theme.toml index 93087003f..ce4c43e65 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.1" +theme_version = "1.25.0" [author] name = "Matt Stratton"