Skip to content

Commit 9253eca

Browse files
rel: Prepare 1.15.0 release (#425)
## Which problem is this PR solving? Prepares the next release of beeline-go ## Short description of the changes - Add changelog entry - Update version to 1.15.0
1 parent 3b05970 commit 9253eca

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# beeline-go changelog
22

3+
## 1.15.9 2024-03-04
4+
5+
### Enhacements
6+
7+
- feat: support classic Ingest Keys (#421) | @jharley
8+
9+
### Maintenance
10+
11+
- maint: update codeowners to pipeline-team (#410) | @JamieDanielson
12+
- maint: update codeowners to pipeline (#409) | @JamieDanielson
13+
- maint(deps): bump google.golang.org/protobuf from 1.31.0 to 1.32.0 (#419) | @dependabot
14+
- maint(deps): bump github.com/google/uuid from 1.5.0 to 1.6.0 (#420) | @dependabot
15+
- maint(deps): bump github.com/DATA-DOG/go-sqlmock from 1.5.0 to 1.5.2 (#417) | @dependabot
16+
- maint(deps): bump github.com/labstack/echo/v4 from 4.11.3 to 4.11.4 (#414) | @dependabot
17+
- maint(deps): bump github.com/google/uuid from 1.4.0 to 1.5.0 (#413) | @dependabot
18+
319
## 1.14.0 2023-12-04
420

521
### Enhancements

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.14.0"
3+
const version = "1.15.0"

0 commit comments

Comments
 (0)