From 493df3fb4f5bb4c081b2df1b106a3764c57315dd Mon Sep 17 00:00:00 2001 From: Oliver Siegmar Date: Sun, 29 Nov 2020 11:25:22 +0100 Subject: [PATCH] prepare v1.0.4 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e4a99fe..8f524de1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.0.4] - 2020-11-29 ### Fixed - Fix null returning CsvContainer when only a header is present [\#38](https://github.com/osiegmar/FastCSV/issues/38) @@ -30,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/osiegmar/FastCSV/compare/v1.0.3...HEAD +[1.0.4]: https://github.com/osiegmar/FastCSV/compare/v1.0.3...v1.0.4 [1.0.3]: https://github.com/osiegmar/FastCSV/compare/v1.0.2...v1.0.3 [1.0.2]: https://github.com/osiegmar/FastCSV/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/osiegmar/FastCSV/compare/v1.0.0...v1.0.1