Skip to content

Commit

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

## [Unreleased]

## [1.10.0] - 2022-10-20

### Added

- Added support for the Morepath framework with a sample example

### Changes

- Query statistics improved to pass function, file, and line number


## [1.9.0] - 2022-09-27

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

[Unreleased]: https://github.com/airbrake/pybrake/compare/v1.9.0...HEAD
[Unreleased]: https://github.com/airbrake/pybrake/compare/v1.10.0...HEAD
[1.10.0]: https://github.com/airbrake/pybrake/compare/v1.9.0...v1.10.0
[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
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.9.0"
version = "1.10.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 5f9d32d

Please sign in to comment.