diff --git a/CHANGELOG.md b/CHANGELOG.md index 30e6e63..0f1d14f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Dunst changelog +## 1.3.2 - 2018-05-06 + +### Fixed + +- Crash when trying to load an invalid or corrupt icon (#512) + ## 1.3.1 - 2018-01-30 ### Fixed diff --git a/Makefile b/Makefile index 148e8ac..b600c5c 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include config.mk -VERSION := "1.3.1 (2018-01-30)" +VERSION := "1.3.2 (2018-05-06)" ifneq ($(wildcard ./.git/.),) VERSION := $(shell git describe --tags) endif