Skip to content

Commit

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

## [Unreleased]

## [1.6.0] - 2022-07-08

### Added

- Add sample example for AIOHTTP Framework

### Changed

- Improve AIOHTTP middleware with APM support of Jinja Template, SqlAlchemy

### Fixed

- Fix for AIOHTTP middleware's "none type object has no attribute while handling error"

## [1.5.0] - 2022-06-07

### Added
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.5.0"
version = "1.6.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 5284333

Please sign in to comment.