Skip to content

Commit

Permalink
rel: Prepare v1.14.0 release (#404)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
Prepares the v1.14.0 release.

## Short description of the changes
- Update version to 1.14.0 in version.go
- Add changelog entry

---------

Co-authored-by: Robb Kidd <robbkidd@honeycomb.io>
  • Loading branch information
MikeGoldsmith and robbkidd committed Dec 4, 2023
1 parent 7fad943 commit 6f7cf47
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.14.0 2023-12-04

### Enhancements

- perf: speed up adding fields, reduce memalloc if field name is already prefixed with "app." (#406) | @robbkidd

### Maintenance

- maint(deps): bump github.com/labstack/echo/v4 from 4.11.1 to 4.11.3 (#403) | @dependabot
- maint(deps): bump golang.org/x/net from 0.12.0 to 0.17.0 (#396) | @dependabot
- maint(deps): bump github.com/google/uuid from 1.3.0 to 1.4.0 (#398) | @dependabot
- maint(deps): bump github.com/felixge/httpsnoop from 1.0.3 to 1.0.4 (#408) | @dependabot
- maint(deps): bump github.com/gorilla/mux from 1.8.0 to 1.8.1 (#407) | @dependabot

## 1.13.0 2023-07-31

### ⚠️ Breaking Changes ⚠️
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.13.0"
const version = "1.14.0"

0 comments on commit 6f7cf47

Please sign in to comment.