Skip to content

Commit

Permalink
Release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twystd committed Jul 1, 2022
1 parent fd260ff commit 7ab88a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## Unreleased
## [v0.8.0] - 2022-07-01

### Changed
1. Date.UnmarshalJSON: unmarshalled "" to zero value
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Supported operating systems:

| *Version* | *Description* |
| --------- | ----------------------------------------------------------------------------------------- |
| v0.8.0 | Fixed Date unmarshalling for "" |
| v0.7.3 | Reworked zero value for types.Date and types.DateTime |
| v0.7.2 | Replaced event rollover with simple indexes to match controller behaviour |
| v0.7.1 | Added support for task list functions from the extended API |
Expand Down
2 changes: 1 addition & 1 deletion uhppote/uhppote.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/uhppoted/uhppote-core/types"
)

var VERSION string = "v0.7.4x"
var VERSION string = "v0.8.0"

type driver interface {
Broadcast([]byte, *net.UDPAddr) ([][]byte, error)
Expand Down

0 comments on commit 7ab88a1

Please sign in to comment.