From 4f1431f472e0ea47801bc5692675d6ccb618dea8 Mon Sep 17 00:00:00 2001 From: James Harris Date: Fri, 18 Oct 2019 12:40:04 +1000 Subject: [PATCH] Add v0.1.1 release to the changelog. --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28ce452a..b00c338f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ The format is based on [Keep a Changelog], and this project adheres to [Keep a Changelog]: https://keepachangelog.com/en/1.0.0/ [Semantic Versioning]: https://semver.org/spec/v2.0.0.html +## [0.1.1] - 2019-10-18 + +### Added + +- Add `StartTime()` test option to configure the initial time of the test clock + ## [0.1.0] - 2019-08-01 - Initial release @@ -16,6 +22,7 @@ The format is based on [Keep a Changelog], and this project adheres to [Unreleased]: https://github.com/dogmatiq/testkit [0.1.0]: https://github.com/dogmatiq/testkit/releases/tag/v0.1.0 +[0.1.1]: https://github.com/dogmatiq/testkit/releases/tag/v0.1.1