Skip to content

Commit

Permalink
chore(master): release 0.7.0 (#52)
Browse files Browse the repository at this point in the history
* chore(master): release 0.7.0

* chore: update version in honeybadger.go

---------

Co-authored-by: Pangratios Cosma <[email protected]>
  • Loading branch information
honeybadger-robot and subzero10 authored Apr 25, 2024
1 parent b8d3e83 commit ac92121
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. See [Keep a
CHANGELOG](http://keepachangelog.com/) for how to update this file. This project
adheres to [Semantic Versioning](http://semver.org/).

## [0.7.0](https://github.com/honeybadger-io/honeybadger-go/compare/v0.6.1...v0.7.0) (2024-04-25)


### Features

* allow errors to provide their own stack traces ([b8d3e83](https://github.com/honeybadger-io/honeybadger-go/commit/b8d3e83e6a36f7dac1b72e3ff7d1bf9cde4382da))

## [Unreleased][unreleased]

## [0.6.1] - 2024-04-12
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.1"
const VERSION = "0.7.0"

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

0 comments on commit ac92121

Please sign in to comment.