diff --git a/CHANGELOG.md b/CHANGELOG.md index bdaced92..ce2757e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # beeline-go changelog +## 1.17.0 2024-06-13 + +### Maintenance + +- maint: bump libhoney-go to v1.23.0 (#439) | @MikeGoldsmith +- maint: Add golang 1.22 to test matrix (#435) | @MikeGoldsmith + ## 1.16.0 2024-04-05 ### ⚠️ Breaking Changes ⚠️ diff --git a/version.go b/version.go index 816b2f57..4a98e2cd 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package beeline -const version = "1.16.0" +const version = "1.17.0"