diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..6a21197 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# Change Log + +All notable changes to this project will be documented in this file. +This project adheres to [Semantic Versioning](http://semver.org/). + +## [Unreleased][unreleased] + +## [1.0.1] — 2017-09-06 + +### Added + +- Add IsEqual, SplitOnWhiteSpace + +## 1.0.0 — 2017-08-01 + +- Initial public release. + +[unreleased]: https://github.com/EnableSoftware/Enable.Common.Argument/compare/v1.0.1...HEAD +[1.0.1]: https://github.com/EnableSoftware/Enable.Common.Argument/compare/v1.0.0...v1.0.1 \ No newline at end of file