From caec4abe6579992a1af7738c3495b69ecdff5ba7 Mon Sep 17 00:00:00 2001 From: Tomas Date: Mon, 8 Jun 2020 18:02:14 +0200 Subject: [PATCH] feat(history): add changes --- History.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/History.md b/History.md index c2f51f7..9d515b5 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,15 @@ +v1.1.1 / 2020-06-08 +=================== + + * feat(version): bump patch + * refactor(docs): add libvips install reference + * fix(ci): disable old libvips versions + * fix(install): use latest libvips version + * fix(tests): add heif exception in libvips < 8.8 + * refactor(ci): use libvips 8.7 + * fix(History): use proper version + v1.1.0 / 2020-06-07 ===================