diff --git a/CHANGELOG.md b/CHANGELOG.md index cddedce..d0a96a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,12 +12,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added -- Exemplars support (#51) -- Optional concurrency tracking support (#55) +- ### Changed -- `build_info` is extended with support for branch labels and now picks up the commit label from `COMMIT_SHA` env var (#52) +- ### Deprecated @@ -35,6 +34,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Update requests, starlette, fastapi dependencies used by the examples +## [0.6](https://github.com/autometrics-dev/autometrics-py/releases/tag/0.6) - 2023-06-23 + +### Added + +- Exemplars support (#51) +- Optional concurrency tracking support (#55) + +### Changed + +- `build_info` is extended with support for branch labels and now picks up the commit label from `COMMIT_SHA` env var (#52) + +### Fixed + +- Fixed decorator async function handling (#55) + +### Security + +- Update requests, starlette, fastapi dependencies used by the examples + ## [0.5](https://github.com/autometrics-dev/autometrics-py/releases/tag/0.5) - 2023-05-11 ### Added