Skip to content

Commit

Permalink
Prepare for v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Jul 2, 2020
1 parent ceb4016 commit 2b3dca6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## v0.20.0
- Autoconfig support for IAM, Cartel and Logging
- Add ap3 region
- Fallback mechanism for discovery

## v0.19.0
- [NEW] Service/config discovery
- Share structs with gautocloud-connectors
Expand Down
2 changes: 1 addition & 1 deletion cartel/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
)

const (
libraryVersion = "0.19.0"
libraryVersion = "0.20.0"
userAgent = "go-hsdp-api/cartel/" + libraryVersion
)

Expand Down
2 changes: 1 addition & 1 deletion iam/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type tokenType int
type ContextKey string

const (
libraryVersion = "0.19.0"
libraryVersion = "0.20.0"
userAgent = "go-hsdp-api/iam/" + libraryVersion
loginAPIVersion = "2"
ContextKeyRequestID ContextKey = "requestID"
Expand Down
2 changes: 1 addition & 1 deletion iron/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
)

const (
libraryVersion = "0.19.0"
libraryVersion = "0.20.0"
userAgent = "go-hsdp-api/iron/" + libraryVersion
IronBaseURL = "https://worker-aws-us-east-1.iron.io/"
)
Expand Down
2 changes: 1 addition & 1 deletion logging/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const (
// TimeFormat is the time format used for the LogTime field
TimeFormat = "2006-01-02T15:04:05.000Z07:00"

libraryVersion = "0.19.0"
libraryVersion = "0.20.0"
userAgent = "go-hsdp-api/logging/" + libraryVersion
)

Expand Down

0 comments on commit 2b3dca6

Please sign in to comment.