From 8ae35803a102ed6ce58aa87bf7534d4396513765 Mon Sep 17 00:00:00 2001 From: Matthew Goslett Date: Thu, 19 May 2016 16:33:03 +0200 Subject: [PATCH] we accidently missed 1.0.2, oopsie --- changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 2419661..d341bee 100644 --- a/changelog.md +++ b/changelog.md @@ -1,11 +1,11 @@ # Changelog -## 1.0.3 - 2016-05-19 +## 1.0.4 - 2016-05-19 * Remove support for 2.0.0RC of google/apiclient - not backwards compatible * Fix to incorrect classification of files vs folders (@paulcanning) -## 1.0.2 - 2016-04-12 +## 1.0.3 - 2016-04-12 * Fix to now return null instead of false when a file is empty (@paulcanning)