Skip to content

Commit

Permalink
rel: Prepare v1.12.0 release (#384)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
MikeGoldsmith authored Jun 6, 2023
1 parent 91db56c commit f1fb412
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.11.1"
const version = "1.12.0"

0 comments on commit f1fb412

Please sign in to comment.