Skip to content

Commit

Permalink
release v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Mar 7, 2023
1 parent 49a1896 commit 04fdf41
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v0.9.2 (Released 2023-03-07)

IMPROVEMENTS

- cmd/server: use READER_BUFFER_SIZE to override default bufio buffer size

BUILD

- build(deps): bump activesupport from 6.0.3.4 to 6.0.6.1 in /docs
- build(deps): bump golang.org/x/net from 0.6.0 to 0.7.0
- build(deps): bump nokogiri from 1.13.6 to 1.13.10 in /docs
- fix(deps): update module github.com/moov-io/base to v0.39.0
- fix(deps): update module github.com/prometheus/client_golang to v1.13.1
- fix(deps): update module github.com/stretchr/testify to v1.8.2
- fix(deps): update module golang.org/x/oauth2 to v0.6.0

## v0.9.1 (Released 2022-08-11)

ADDITIONS
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
package imagecashletter

// Version is the current version
const Version = "v0.9.1"
const Version = "v0.9.2"

0 comments on commit 04fdf41

Please sign in to comment.