Skip to content

Commit

Permalink
make 1.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
twhiteman committed Jun 26, 2019
1 parent 47e17bc commit a068b26
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Unreleased

## 1.6.1 (June 26 2019)

- compute/networks: support network objects for AddNIC [#169]

## 1.6.0 (June 24 2019)

- compute/networks: added support for network objects [#158]
Expand Down
2 changes: 1 addition & 1 deletion compute/instances.go
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,7 @@ type AddNICInput struct {
NetworkObject NetworkObject
}

// toAPI is used to build up the JSON Object to send to the API gateway. It
// toAPI is used to build up the JSON Object to send to the API gateway. It
// also will resolve the scenario where a user provides both a NetworkObject
// and a Network. If both are provided, NetworkObject wins.
func (input AddNICInput) toAPI() map[string]interface{} {
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

// Version represents main version number of the current release
// of the Triton-go SDK.
const Version = "1.6.0"
const Version = "1.6.1"

// Prerelease adds a pre-release marker to the version.
//
Expand Down

0 comments on commit a068b26

Please sign in to comment.