Skip to content

Commit

Permalink
Merge pull request #152 from fisuda/hardening/release_0.8.3
Browse files Browse the repository at this point in the history
Bump: 0.8.2-next -> 0.8.3
  • Loading branch information
fisuda authored Jun 12, 2021
2 parents 1c12b45 + a7fa313 commit 17f3d4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## NGSI Go v0.8.2-next
## NGSI Go v0.8.3

- Fix: Set Accept Header to application/json in batch request
- Fix: Set Accept Header to application/json in batch request (#151)
- Hardening: Add skipForwarding option for Orion (#150)
- Fix: Fix message in cp command (#149)
- Update: Update test process (#148)
Expand Down
2 changes: 1 addition & 1 deletion cmd/ngsi/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import (
"github.com/lets-fiware/ngsi-go/internal/ngsicmd"
)

var version = "0.8.2-next"
var version = "0.8.3"
var revision = ""

func main() {
Expand Down

0 comments on commit 17f3d4e

Please sign in to comment.