Skip to content

Commit

Permalink
Prepare v0.16.1 release (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeGoldsmith authored Sep 27, 2022
1 parent 4cad210 commit a9e37e4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Husky Changelog

## 0.16.1 2022-09-27

### Fixed

- Avoid nil pointer (#129) | [@vreynolds](https://github.com/vreynolds)

### Maintenance

- Bump google.golang.org/grpc from 1.48.0 to 1.49.0 (#120)
- Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.11.1 to 2.11.3 (#119)

## 0.16.0 2022-09-13

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package husky

var (
Version string = "0.16.0"
Version string = "0.16.1"
)

0 comments on commit a9e37e4

Please sign in to comment.