Skip to content

Commit 17f3d4e

Browse files
authored
Merge pull request #152 from fisuda/hardening/release_0.8.3
Bump: 0.8.2-next -> 0.8.3
2 parents 1c12b45 + a7fa313 commit 17f3d4e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## NGSI Go v0.8.2-next
1+
## NGSI Go v0.8.3
22

3-
- Fix: Set Accept Header to application/json in batch request
3+
- Fix: Set Accept Header to application/json in batch request (#151)
44
- Hardening: Add skipForwarding option for Orion (#150)
55
- Fix: Fix message in cp command (#149)
66
- Update: Update test process (#148)

cmd/ngsi/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import (
3535
"github.com/lets-fiware/ngsi-go/internal/ngsicmd"
3636
)
3737

38-
var version = "0.8.2-next"
38+
var version = "0.8.3"
3939
var revision = ""
4040

4141
func main() {

0 commit comments

Comments
 (0)