Skip to content

Commit

Permalink
bump version to 3.11.0 & add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nvthongswansea committed Dec 21, 2022
1 parent c0db347 commit 4f52c38
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog


## 3.11.0 (Dec 21, 2022)

IMPROVEMENTS:
- Allow to custom hardware profile configuration [#223](https://github.com/gridscale/gsclient-go/pull/223)

## 3.10.1 (Oct 25, 2022)

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

0 comments on commit 4f52c38

Please sign in to comment.