diff --git a/CHANGELOG.md b/CHANGELOG.md index ec6f529e8..78b6d850e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## [1.23.0](https://github.com/devopsdays/devopsdays-theme/tree/1.23.0) (2018-09-14) +[Full Changelog](https://github.com/devopsdays/devopsdays-theme/compare/1.22.0...1.23.0) + +**Fixed bugs:** + +- fix datetime issues with CFP [\#476](https://github.com/devopsdays/devopsdays-theme/issues/476) + +**Closed issues:** + +- events disappearing from front page before enddate is over [\#656](https://github.com/devopsdays/devopsdays-theme/issues/656) +- Build performance analysis [\#643](https://github.com/devopsdays/devopsdays-theme/issues/643) +- Version 10 of node.js has been released [\#625](https://github.com/devopsdays/devopsdays-theme/issues/625) +- Social button don't show for a speaker in the talk page [\#582](https://github.com/devopsdays/devopsdays-theme/issues/582) + ## [1.22.0](https://github.com/devopsdays/devopsdays-theme/tree/1.22.0) (2018-09-03) [Full Changelog](https://github.com/devopsdays/devopsdays-theme/compare/1.21.0...1.22.0) diff --git a/theme.toml b/theme.toml index 1ca04ba32..43c2b7e43 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.22.0" +theme_version = "1.23.0" [author] name = "Matt Stratton"