Skip to content

Commit

Permalink
[release] v1.11.0 (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkanal committed Oct 12, 2022
1 parent 994bd80 commit 32c3ebb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# beeline-go changelog

## 1.11.0 2022-10-11

### Enhancements

- Include Commit/Rollback in db.call names (#345) | [@glenjamin](https://github.com/glenjamin)

### Maintenance

- [maint] Drop support for go 1.16 (#350) | [@pkanal](https://github.com/pkanal)
- Bump github.com/honeycombio/libhoney-go from 1.16.0 to 1.17.0 (#347) | [@dependabot](https://github.com/dependabot)
- Bump github.com/labstack/echo/v4 from 4.8.0 to 4.9.0 (#346) | [@dependabot](https://github.com/dependabot)
- Bump github.com/labstack/echo/v4 from 4.7.2 to 4.8.0 (#343) | [@dependabot](https://github.com/dependabot)
- Bump google.golang.org/grpc from 1.48.0 to 1.49.0 (#344) | [@dependabot](https://github.com/dependabot)

## 1.10.0 2022-08-24

### Enhancements
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.10.0"
const version = "1.11.0"

0 comments on commit 32c3ebb

Please sign in to comment.