Skip to content

Commit f1fb412

Browse files
rel: Prepare v1.12.0 release (#384)
## Which problem is this PR solving? Prepares the v1.12.0 release. ## Short description of the changes - Updates version to 1.12.0 - Adds changelog entry
1 parent 91db56c commit f1fb412

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

3+
## 1.12.0 2023-06-05
4+
5+
### ⚠️ Breaking Changes ⚠️
6+
7+
Minimum Go version required is 1.17
8+
9+
### Maintenance
10+
11+
- Bump libhoney-go to 1.19.0 (#385) | @MikeGoldsmith
12+
- Bump google.golang.org/grpc from 1.49.0 to 1.55.0 (#380) | @Dependabot
13+
- Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 (#381) | @Dependabot
14+
- Bump github.com/gin-gonic/gin from 1.8.1 to 1.9.0 (#373) | @Dependabot
15+
- Bump github.com/go-sql-driver/mysql from 1.7.0 to 1.7.1 (#379) | @Dependabot
16+
- Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#372) | @Dependabot
17+
- Bump github.com/labstack/echo/v4 from 4.9.0 to 4.10.2 (#371) | @Dependabot
18+
- Bump github.com/gobuffalo/pop/v6 from 6.0.8 to 6.1.1 (#368) | @Dependabot
19+
- Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#359) | @Dependabot
20+
- Bump github.com/honeycombio/libhoney-go from 1.17.1 to 1.18.0 (#358) | @Dependabot
21+
322
## 1.11.1 2022-10-19
423

524
### Fixes

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.11.1"
3+
const version = "1.12.0"

0 commit comments

Comments
 (0)