Skip to content

Commit

Permalink
rel: Prepare v1.16.0 release (#434)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
Prepares the next release of beeline-go library.

## Short description of the changes
- Add changelog entry
- Update version to 1.16.0
  • Loading branch information
MikeGoldsmith authored Apr 8, 2024
1 parent 084eca5 commit 80b7651
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,6 +1,20 @@
# beeline-go changelog

## 1.15.9 2024-03-04
## 1.16.0 2024-04-05

### ⚠️ Breaking Changes ⚠️

Minimum Go version required is 1.19

### Maintenance

- maint: drop go 1.18 (#432) | @codeboten
- maint: group patch updates for go deps (#430) | @codeboten
- maint: add labels to release.yml for auto-generated grouping (#426) | @JamieDanielson
- maint(deps): bump the minor-patch group with 4 updates (#431) | @dependabot
- maint(deps): bump the minor-patch group with 1 update (#433) | @dependabot

## 1.15.0 2024-03-04

### Enhacements

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

const version = "1.15.0"
const version = "1.16.0"

0 comments on commit 80b7651

Please sign in to comment.