From 80839f1be0cfdce5888fe7202169ca8f847080ef Mon Sep 17 00:00:00 2001 From: Gary Jones Date: Sun, 3 Jun 2018 19:37:46 +0100 Subject: [PATCH] 0.2.0 --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ece094..d760946 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [0.1.0] - 2018-05-16 +## [0.2.0] - 2018-06-03 +### Changed +- Rewrite to allow for a month-first order. + +## 0.1.0 - 2018-05-16 ### Added - Initial release to GitHub. -[0.1.0]: https://github.com/GaryJones/DateRange/compare/v0.0.0...v0.1.0 +[0.2.0]: https://github.com/GaryJones/DateRange/compare/v0.1.0...v0.2.0