Skip to content

Commit

Permalink
Release 4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuap committed Mar 30, 2022
1 parent 1b9a79d commit 1052fd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ CHANGELOG](http://keepachangelog.com/) for how to update this file. This project
adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [4.12.0] - 2022-03-30
### Added
- Added `hb_wrap_handler` to automatically capture AWS Lambda handler errors

Expand Down
2 changes: 1 addition & 1 deletion lib/honeybadger/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Honeybadger
# The current String Honeybadger version.
VERSION = '4.11.0'.freeze
VERSION = '4.12.0'.freeze
end

0 comments on commit 1052fd6

Please sign in to comment.