Skip to content

Commit

Permalink
Merge pull request #171 from gridscale/cleanupv3.3.1
Browse files Browse the repository at this point in the history
Cleanup v3.3.1
  • Loading branch information
nvthongswansea authored Jan 5, 2021
2 parents 044a83f + f7b0d85 commit 9d66548
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 3.3.1 (January 05, 2021)

IMPROVEMENTS:
* Remane function `retryWithLimitedNumOfRetries` to `retryNTimes`.

BUG FIXES:
* Convert type of err in `retryNTimes` to `RequestError` type ([PR #170](https://github.com/gridscale/gsclient-go/pull/170)).

## 3.3.0 (December 17, 2020)

FEATURES::
Expand Down
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
const (
defaultMaxNumberOfRetries = 5
defaultDelayIntervalMilliSecs = 1000
version = "3.3.0"
version = "3.3.1"
defaultAPIURL = "https://api.gridscale.io"
resourceActiveStatus = "active"
requestDoneStatus = "done"
Expand Down

0 comments on commit 9d66548

Please sign in to comment.