Skip to content

Commit

Permalink
rel: Prepare v1.22.0 release (#240)
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
- Adds changelog entry
- Update version to 1.22.0

---------

Co-authored-by: Kent Quirk <kentquirk@gmail.com>
  • Loading branch information
MikeGoldsmith and kentquirk committed Mar 4, 2024
1 parent 7d496d8 commit ed169d3
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
@@ -1,5 +1,11 @@
# libhoney Changelog

## 1.22.0 2024-03-04

### Enhancements

- feat: introduce IsClassicKey helper function (#239) | @jharley

## 1.21.0 2024-02-28

### 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.21.0"
Version string = "1.22.0"
)

0 comments on commit ed169d3

Please sign in to comment.