Skip to content

Commit

Permalink
rel: Prepare v1.19.0 release (#226)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
Prepares the v1.19.0 release.

## Short description of the changes
- Updates version to 1.19.0
- Adds changelog entry
  • Loading branch information
MikeGoldsmith authored Jun 5, 2023
1 parent f75a8f6 commit e575aa2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
# libhoney Changelog

## 1.19.0 2023-06-05

### ⚠️ Breaking Changes ⚠️

Minimum Go version required is 1.17

### Maintenance

- Drop go 14, 15, 16 (#225) | @vreynolds
- Bump github.com/stretchr/testify from 1.8.0 to 1.8.2 (#218) | @dependabot
- Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 (#224) | @dependabot
- Bump github.com/klauspost/compress from 1.15.9 to 1.16.5 (#223) | @dependabot
- Bump github.com/DataDog/zstd from 1.5.2 to 1.5.5 (#222) | @dependabot

## 1.18.0 2022-10-28

### Enhancements

- include Go version, GOOS, & GOARCH in user-agent (#207) | @robbkidd
- Include Go version, GOOS, & GOARCH in user-agent (#207) | @robbkidd

### Maintenance

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package version

const (
Version string = "1.18.0"
Version string = "1.19.0"
)

0 comments on commit e575aa2

Please sign in to comment.