Skip to content
This repository was archived by the owner on Jul 21, 2019. It is now read-only.

Commit c2fe002

Browse files
committed
Update theme to version 1.15.0
1 parent 00d29d7 commit c2fe002

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,35 @@
11
# Change Log
22

3+
## [1.15.0](https://github.com/devopsdays/devopsdays-theme/tree/1.15.0) (2018-01-03)
4+
[Full Changelog](https://github.com/devopsdays/devopsdays-theme/compare/1.14.2...1.15.0)
5+
6+
**Implemented enhancements:**
7+
8+
- Migrate from codekit to gulp [\#355](https://github.com/devopsdays/devopsdays-theme/issues/355)
9+
- Add "event\_group" optional key to event data file [\#61](https://github.com/devopsdays/devopsdays-theme/issues/61)
10+
11+
**Fixed bugs:**
12+
13+
- Default speaker image is too big [\#597](https://github.com/devopsdays/devopsdays-theme/issues/597)
14+
15+
**Closed issues:**
16+
17+
- Test issue for movebot [\#610](https://github.com/devopsdays/devopsdays-theme/issues/610)
18+
19+
## [1.14.2](https://github.com/devopsdays/devopsdays-theme/tree/1.14.2) (2017-10-07)
20+
[Full Changelog](https://github.com/devopsdays/devopsdays-theme/compare/1.14.1...1.14.2)
21+
322
## [1.14.1](https://github.com/devopsdays/devopsdays-theme/tree/1.14.1) (2017-10-07)
423
[Full Changelog](https://github.com/devopsdays/devopsdays-theme/compare/1.14.0...1.14.1)
524

625
**Implemented enhancements:**
726

827
- change organizers page to use https for twitter and github [\#595](https://github.com/devopsdays/devopsdays-theme/issues/595)
928

29+
**Fixed bugs:**
30+
31+
- Version number in theme file needs to be a string [\#598](https://github.com/devopsdays/devopsdays-theme/issues/598)
32+
1033
## [1.14.0](https://github.com/devopsdays/devopsdays-theme/tree/1.14.0) (2017-08-31)
1134
[Full Changelog](https://github.com/devopsdays/devopsdays-theme/compare/1.13.1...1.14.0)
1235

theme.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage = "https://github.com/devopsdays/devopsdays-theme/"
99
tags = ["", ""]
1010
features = ["", ""]
1111
min_version = 0.18
12-
theme_version = "1.14.1"
12+
theme_version = "1.15.0"
1313

1414
[author]
1515
name = "Matt Stratton"

0 commit comments

Comments
 (0)