From 168eb1a18311bb5d041b6ebf930798037873d8eb Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Fri, 30 Aug 2019 23:56:15 +0200 Subject: [PATCH] Update changelog --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b0e0885..155799c 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,10 @@ This error type correctly inherits from `Error`, and can be used with `instanceo ## Changelog +### 1.0.1 (August 30, 2019) + +- Added input validation with an informative error to the `discover` method. + ### 1.0.0 (August 30, 2019) Initial release.