We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b57e9b + d6ba426 commit 35ee756Copy full SHA for 35ee756
2 files changed
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## NGSI Go v0.x.x
+## NGSI Go v0.8.4 - June 20, 2021
2
3
- Hardening: Add registration proxy server
4
- Fix: Fix not to stay messages in buffer for Stdout at receiver command (#155)
cmd/ngsi/main.go
@@ -35,7 +35,7 @@ import (
35
"github.com/lets-fiware/ngsi-go/internal/ngsicmd"
36
)
37
38
-var version = "0.8.3-next"
+var version = "0.8.4"
39
var revision = ""
40
41
func main() {
0 commit comments