diff --git a/CHANGELOG.md b/CHANGELOG.md index a7729da58..b059dc364 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## [1.10.0](https://github.com/devopsdays/devopsdays-theme/tree/1.10.0) (2017-05-16) +[Full Changelog](https://github.com/devopsdays/devopsdays-theme/compare/1.9.1...1.10.0) + +**Implemented enhancements:** + +- Sponsors should be singular if max-level is 1 [\#528](https://github.com/devopsdays/devopsdays-theme/issues/528) +- Make ellipsis on truncated bios on speaker page clickable [\#519](https://github.com/devopsdays/devopsdays-theme/issues/519) +- Remove filesystem deps [\#471](https://github.com/devopsdays/devopsdays-theme/issues/471) +- Create custom 404 page [\#345](https://github.com/devopsdays/devopsdays-theme/issues/345) + +**Fixed bugs:** + +- The "about" sidebar should not be special-cased [\#532](https://github.com/devopsdays/devopsdays-theme/issues/532) +- Speakerdeck width overlapping with speaker profile text [\#531](https://github.com/devopsdays/devopsdays-theme/issues/531) +- Deprecate weburl key in config.toml [\#455](https://github.com/devopsdays/devopsdays-theme/issues/455) + ## [1.9.1](https://github.com/devopsdays/devopsdays-theme/tree/1.9.1) (2017-05-11) [Full Changelog](https://github.com/devopsdays/devopsdays-theme/compare/1.9.0...1.9.1) diff --git a/theme.toml b/theme.toml index 6fc9fdf30..5a5c7e2a4 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.9.1 +theme_version = 1.10.0 [author] name = "Matt Stratton"