Skip to content

Commit

Permalink
Release v1.9.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
smurf-U committed Sep 27, 2022
1 parent b4a8a8e commit f17efa0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.9.0] - 2022-09-27

### Added

- Added support for the Tornado framework with a sample example
- Added support for the Turbogears2 framework with a sample example


## [1.8.0] - 2022-09-13

### Added
Expand Down Expand Up @@ -177,7 +185,8 @@ to work)
- Pybrake SDK
- Middleware for Flask, Django, celery, aiohttp frameworks

[Unreleased]: https://github.com/airbrake/pybrake/compare/v1.8.0...HEAD
[Unreleased]: https://github.com/airbrake/pybrake/compare/v1.9.0...HEAD
[1.9.0]: https://github.com/airbrake/pybrake/compare/v1.8.0...v1.9.0
[1.8.0]: https://github.com/airbrake/pybrake/compare/v1.7.0...v1.8.0
[1.7.0]: https://github.com/airbrake/pybrake/compare/v1.6.0...v1.7.0
[1.6.0]: https://github.com/airbrake/pybrake/compare/v1.5.0...v1.6.0
Expand Down
2 changes: 1 addition & 1 deletion src/pybrake/constant.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
notifier_name = "pybrake"

# Pybrake Notifier Version
version = "1.8.0"
version = "1.9.0"

# End point of Airbrake API host. That will always be as default value.
AIRBRAKE_HOST = "https://api.airbrake.io"
Expand Down

0 comments on commit f17efa0

Please sign in to comment.