diff --git a/CHANGELOG.md b/CHANGELOG.md index adf77a4..8db623e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# Semantic Versioning Changelog + +# [v0.8.0](https://github.com/perdy/starlette-prometheus/compare/v0.7.0...v0.8.0) (2021-08-31) + +## ✨ New Features +- [`3167547`](https://github.com/perdy/starlette-prometheus/commit/3167547) Add semantic release to CI +- [`2ae06da`](https://github.com/perdy/starlette-prometheus/commit/2ae06da) Upgrade dependencies + # Changes v0.1.0 - 2018-09-24 diff --git a/pyproject.toml b/pyproject.toml index 2effa60..3fc0e86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "starlette-prometheus" -version = "0.7.0" +version = "0.8.0" description = "Prometheus integration for Starlette" authors = ["José Antonio Perdiguero López "] license = "GPL-3.0+"