From 8e01023b8f7089ecfc35ac1dbaf4ceb958148aba Mon Sep 17 00:00:00 2001 From: Kaushal Prajapati Date: Mon, 30 May 2022 11:01:52 +0530 Subject: [PATCH] Release 1.4.0 --- changelog.md | 8 ++++++++ src/pybrake/version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 091b579..ab741e9 100644 --- a/changelog.md +++ b/changelog.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.4.0] - 2022-05-31 + +### Added + +- Sanic Middleware +- Sample example for Pyramid, CherryPy, Sanic, & FastAPI middleware + ## [1.3.0] - 2022-05-26 ### Added @@ -120,6 +127,7 @@ to work) - Middleware for Flask, Django, celery, aiohttp frameworks [Unreleased]: https://github.com/airbrake/pybrake/compare/v1.3.0...HEAD +[1.4.0]: https://github.com/airbrake/pybrake/compare/v1.3.0...v1.4.0 [1.3.0]: https://github.com/airbrake/pybrake/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/airbrake/pybrake/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/airbrake/pybrake/compare/v0.2.0...v1.1.0 diff --git a/src/pybrake/version.py b/src/pybrake/version.py index d28b3dd..d619c75 100644 --- a/src/pybrake/version.py +++ b/src/pybrake/version.py @@ -1 +1 @@ -version = "1.3.0" +version = "1.4.0"