Skip to content

Commit 80b7651

Browse files
rel: Prepare v1.16.0 release (#434)
## 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
1 parent 084eca5 commit 80b7651

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# beeline-go changelog
22

3-
## 1.15.9 2024-03-04
3+
## 1.16.0 2024-04-05
4+
5+
### ⚠️ Breaking Changes ⚠️
6+
7+
Minimum Go version required is 1.19
8+
9+
### Maintenance
10+
11+
- maint: drop go 1.18 (#432) | @codeboten
12+
- maint: group patch updates for go deps (#430) | @codeboten
13+
- maint: add labels to release.yml for auto-generated grouping (#426) | @JamieDanielson
14+
- maint(deps): bump the minor-patch group with 4 updates (#431) | @dependabot
15+
- maint(deps): bump the minor-patch group with 1 update (#433) | @dependabot
16+
17+
## 1.15.0 2024-03-04
418

519
### Enhacements
620

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package beeline
22

3-
const version = "1.15.0"
3+
const version = "1.16.0"

0 commit comments

Comments
 (0)