diff --git a/CHANGELOG.md b/CHANGELOG.md index 32c31e1..30e6e63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Dunst changelog -## 1.3.0 (2018-01-05) +## 1.3.1 - 2018-01-30 + +### Fixed + +- Race condition resulting in the service files being empty (#488) + +## 1.3.0 - 2018-01-05 ### Added - `ellipsize` option to control how long lines should be ellipsized when `word_wrap` is set to `false` (#374) diff --git a/Makefile b/Makefile index 4f75a02..148e8ac 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include config.mk -VERSION := "1.3.0 (2018-01-05)" +VERSION := "1.3.1 (2018-01-30)" ifneq ($(wildcard ./.git/.),) VERSION := $(shell git describe --tags) endif