Skip to content

Commit ac92121

Browse files
honeybadger-robotsubzero10
andauthoredApr 25, 2024··
chore(master): release 0.7.0 (#52)
* chore(master): release 0.7.0 * chore: update version in honeybadger.go --------- Co-authored-by: Pangratios Cosma <[email protected]>
1 parent b8d3e83 commit ac92121

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. See [Keep a
44
CHANGELOG](http://keepachangelog.com/) for how to update this file. This project
55
adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [0.7.0](https://github.com/honeybadger-io/honeybadger-go/compare/v0.6.1...v0.7.0) (2024-04-25)
8+
9+
10+
### Features
11+
12+
* allow errors to provide their own stack traces ([b8d3e83](https://github.com/honeybadger-io/honeybadger-go/commit/b8d3e83e6a36f7dac1b72e3ff7d1bf9cde4382da))
13+
714
## [Unreleased][unreleased]
815

916
## [0.6.1] - 2024-04-12

‎honeybadger.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
)
88

99
// VERSION defines the version of the honeybadger package.
10-
const VERSION = "0.6.1"
10+
const VERSION = "0.7.0"
1111

1212
var (
1313
// client is a pre-defined "global" client.

0 commit comments

Comments
 (0)
Please sign in to comment.