From f8a06e6d203d5204bec39b58d708cf8f40f1ce76 Mon Sep 17 00:00:00 2001 From: Rene Fischer Date: Fri, 22 Oct 2021 10:26:09 +0200 Subject: [PATCH] Add release date for v0.10.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 970f338..d8a8d08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### v.0.10.0 ????-??-?? +### v.0.10.0 2021-10-22 Breaking changes: - next() no longer returns the current row. Use current() instead. - SkipEmptyCells needs to be supplied as a ReaderSkipConfiguration constant now.