From a3931abf58b823f0374d67af01aa703b1a4843ba Mon Sep 17 00:00:00 2001 From: johnabass Date: Thu, 14 Oct 2021 13:31:08 -0700 Subject: [PATCH] updated --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d40d16..1dac7e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [v0.1.1] - IsSystemClock for verifying production code initialization ## [v0.1.0] @@ -20,7 +22,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [v0.0.1] - Initial creation -[Unreleased]: https://github.com/xmidt-org/chronon/compare/v0.1.0..HEAD +[Unreleased]: https://github.com/xmidt-org/chronon/compare/v0.1.1..HEAD +[v0.1.1]: https://github.com/xmidt-org/chronon/compare/v0.1.0...v0.1.1 [v0.1.0]: https://github.com/xmidt-org/chronon/compare/v0.0.2...v0.1.0 [v0.0.2]: https://github.com/xmidt-org/chronon/compare/v0.0.1...v0.0.2 [v0.0.1]: https://github.com/xmidt-org/chronon/compare/v0.0.0...v0.0.1