From f1fb4123af827b4eebc87e486aa98b25f4b234bd Mon Sep 17 00:00:00 2001 From: Mike Goldsmith Date: Tue, 6 Jun 2023 15:27:04 +0100 Subject: [PATCH] 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 --- CHANGELOG.md | 19 +++++++++++++++++++ version.go | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4211faa0..431fdf1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # beeline-go changelog +## 1.12.0 2023-06-05 + +### ⚠️ Breaking Changes ⚠️ + +Minimum Go version required is 1.17 + +### Maintenance + +- Bump libhoney-go to 1.19.0 (#385) | @MikeGoldsmith +- Bump google.golang.org/grpc from 1.49.0 to 1.55.0 (#380) | @Dependabot +- Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 (#381) | @Dependabot +- Bump github.com/gin-gonic/gin from 1.8.1 to 1.9.0 (#373) | @Dependabot +- Bump github.com/go-sql-driver/mysql from 1.7.0 to 1.7.1 (#379) | @Dependabot +- Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#372) | @Dependabot +- Bump github.com/labstack/echo/v4 from 4.9.0 to 4.10.2 (#371) | @Dependabot +- Bump github.com/gobuffalo/pop/v6 from 6.0.8 to 6.1.1 (#368) | @Dependabot +- Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#359) | @Dependabot +- Bump github.com/honeycombio/libhoney-go from 1.17.1 to 1.18.0 (#358) | @Dependabot + ## 1.11.1 2022-10-19 ### Fixes diff --git a/version.go b/version.go index aa038c33..45416553 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package beeline -const version = "1.11.1" +const version = "1.12.0"