Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)