Skip to content

Commit

Permalink
release: v0.18.0 (#149)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
- Release v.18.0

## Short description of the changes
- Bump version
- Update changelog

Co-authored-by: Mike Goldsmith <goldsmith.mike@gmail.com>
  • Loading branch information
pkanal and MikeGoldsmith authored Nov 7, 2022
1 parent 5cb3ccf commit 01b7a18
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.18.0 2022-11-07

### Fixed

- Fix kvlist and byte arrays marshalling (#145) | [@kentquirk](https://github.com/kentquirk)

### Maintenance

- maint: delete workflows for old board (#139) | [@vreynolds](https://github.com/vreynolds)
- maint: add release file (#138) | [@vreynolds](https://github.com/vreynolds)

## 0.17.0 2022-10-12

### 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.17.0"
Version string = "0.18.0"
)

0 comments on commit 01b7a18

Please sign in to comment.