diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d74192..3fe5f66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ - `fullscreen` rule to hide notifications when a fullscreen window is active +## 1.3.1 - 2018-01-30 + +### Fixed + +- Race condition resulting in the service files being empty (#488) + ## 1.3.0 - 2018-01-05 ### Added diff --git a/Makefile b/Makefile index 613e53a..1403371 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include config.mk -VERSION := "1.3.0-non-git" +VERSION := "1.3.1-non-git" ifneq ($(wildcard ./.git/),) VERSION := $(shell git describe --tags) endif