Skip to content

Commit

Permalink
Release v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
subzero10 committed Apr 12, 2024
1 parent 8130a80 commit 6a5206e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

## [0.6.1] - 2024-04-12

### Fixed

- Implement error chains Unwrap method

## [0.6.0] - 2024-01-19

### Changed
Expand Down
2 changes: 1 addition & 1 deletion honeybadger.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

// VERSION defines the version of the honeybadger package.
const VERSION = "0.6.0"
const VERSION = "0.6.1"

var (
// client is a pre-defined "global" client.
Expand Down

0 comments on commit 6a5206e

Please sign in to comment.