Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smurf-U committed May 31, 2022
1 parent 15ea50a commit 8e01023
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/pybrake/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.3.0"
version = "1.4.0"

0 comments on commit 8e01023

Please sign in to comment.