diff --git a/CHANGELOG.md b/CHANGELOG.md index 32c31e1..3602a69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Dunst changelog -## 1.3.0 (2018-01-05) +## Unreleased + +## 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 492aba2..bd5c746 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include config.mk -VERSION := "1.3.0 (2018-01-05)" +VERSION := "1.3.0-non-git" ifneq ($(wildcard ./.git/.),) VERSION := $(shell git describe --tags) endif