From 44636a88f02fee07689b51dc70e550631df80a9b Mon Sep 17 00:00:00 2001 From: Tomas Aparicio Date: Thu, 29 Sep 2016 22:03:07 +0100 Subject: [PATCH] feat(version): bump to 1.0.4 --- History.md | 4 ++++ version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 11d7ba8..30df74e 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,7 @@ +## 1.0.4 / 29-09-2016 + +- fix(#111): safe check of magick image type support. + ## 1.0.3 / 28-09-2016 - fix(#95): better image type inference and support check. diff --git a/version.go b/version.go index d03c288..238e4a4 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package bimg // Version represents the current package semantic version. -const Version = "1.0.3" +const Version = "1.0.4"