diff --git a/CHANGELOG.md b/CHANGELOG.md index 98c0a0e..b881c4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] ### Changed -- [#95](https://github.com/concierge-hq/concierge/pull/95) (#94) v0.15 Include Security and defer setup metrics (@ArnavBalyan) -- [#93](https://github.com/concierge-hq/concierge/pull/93) (#92) v0.15 Add support for OpenAPI spec parsing (@ArnavBalyan) +- [#102](https://github.com/concierge-hq/concierge/pull/102) (#101) v0.16 Add configurable heartbeat loop for stderr stream (@ArnavBalyan) +- [#100](https://github.com/concierge-hq/concierge/pull/100) (#99) v0.16 Fix log attribution to info for stderr stream (@ArnavBalyan) +- [#97](https://github.com/concierge-hq/concierge/pull/97) (#96) v0.16 Enhanced logger capable of tracking tools, sessions and events (@ArnavBalyan) + +### Documentation +- [#86](https://github.com/concierge-hq/concierge/pull/86) docs(changelog): update unreleased changes (@app/github-actions)