From ac79d5b2e6dca53ec440749e8dd915e83b32266a Mon Sep 17 00:00:00 2001 From: Joel Unzain Date: Mon, 3 May 2021 17:05:37 -0700 Subject: [PATCH] release v0.0.5 (#31) --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aa8306..0e39cca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ 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.0.5] - Add tracing factory. [#29](https://github.com/xmidt-org/candlelight/pull/29) ## [v0.0.4] @@ -24,7 +27,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Updated the project configuration - Initial creation -[Unreleased]: https://github.com/xmidt-org/candlelight/compare/v0.0.4..HEAD +[Unreleased]: https://github.com/xmidt-org/candlelight/compare/v0.0.5..HEAD +[v0.0.5]: https://github.com/xmidt-org/candlelight/compare/v0.0.4..v0.0.5 [v0.0.4]: https://github.com/xmidt-org/candlelight/compare/v0.0.3..v0.0.4 [v0.0.3]: https://github.com/xmidt-org/candlelight/compare/v0.0.2..v0.0.3 [v0.0.2]: https://github.com/xmidt-org/candlelight/compare/v0.0.1..v0.0.2