We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c12b45 + a7fa313 commit 17f3d4eCopy full SHA for 17f3d4e
2 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
-## NGSI Go v0.8.2-next
+## NGSI Go v0.8.3
2
3
-- Fix: Set Accept Header to application/json in batch request
+- Fix: Set Accept Header to application/json in batch request (#151)
4
- Hardening: Add skipForwarding option for Orion (#150)
5
- Fix: Fix message in cp command (#149)
6
- Update: Update test process (#148)
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.2-next"
+var version = "0.8.3"
39
var revision = ""
40
41
func main() {
0 commit comments