Skip to content

Commit

Permalink
Prepare v1.9.0 release (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeGoldsmith committed Jul 1, 2022
1 parent 1f46501 commit 5b894b8
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.9.0 2022-07-01

### Enhancements

- Use simple concat for prepending "app." field prefix (#328) | [@lizthegrey](https://github.com/lizthegrey)

### Maintenance

- Bump github.com/gobuffalo/pop/v6 from 6.0.2 to 6.0.4 (#326)
- Bump github.com/felixge/httpsnoop from 1.0.2 to 1.0.3 (#324)
- Bump google.golang.org/grpc from 1.45.0 to 1.47.0 (#325)
- Bump github.com/jmoiron/sqlx from 1.3.4 to 1.3.5 (#321)
- Bump github.com/gobuffalo/pop/v6 from 6.0.1 to 6.0.2 (#323)

## 1.8.0 2022-04-04

### !!! Note !!!
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.8.0"
const version = "1.9.0"

0 comments on commit 5b894b8

Please sign in to comment.