Skip to content

Commit

Permalink
rel: prepare v1.21.0 release (#238)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
Prepares the next release of libhoney-go.

## Short description of the changes
- Add changelog entry
- Update version to v1.21.0
  • Loading branch information
jharley committed Feb 28, 2024
1 parent 60fd25a commit 1276a51
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# libhoney Changelog

## 1.21.0 2024-02-28

### Enhancements

- feat: support classic-flavored ingest keys (#237) | @jharley

### Maintenance

- maint: update codeowners to pipeline (#233) | @JamieDanielson
- maint: update codeowners to pipeline-team (#234) | @JamieDanielson

## 1.20.0 2023-06-29

### Enhancements
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.20.0"
Version string = "1.21.0"
)

0 comments on commit 1276a51

Please sign in to comment.