diff --git a/CHANGELOG.md b/CHANGELOG.md index ea758b7..2192701 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.0] - Updated go.uber.org/fx to 1.17.1 - Updated github.com/prometheus/client_golang to 1.12.1 - Remove use of fx.Printer for messages. Replaced with an optional zap.Logger. @@ -33,7 +35,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - bootstrapping for the HTTP environment - bundled HTTP metrics -[Unreleased]: https://github.com/xmidt-org/touchstone/compare/v0.0.3..HEAD +[Unreleased]: https://github.com/xmidt-org/touchstone/compare/v0.1.0..HEAD +[v0.1.0]: https://github.com/xmidt-org/touchstone/compare/v0.0.3...v0.1.0 [v0.0.3]: https://github.com/xmidt-org/touchstone/compare/v0.0.2...v0.0.3 [v0.0.2]: https://github.com/xmidt-org/touchstone/compare/v0.0.1...v0.0.2 -[v0.0.1]: https://github.com/xmidt-org/touchstone/compare/v0.0.0...v0.0.1 +[v0.0.1]: https://github.com/xmidt-org/touchstone/releases/tag/v0.0.1