diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bf52a0..69463d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/config.go b/config.go index ec85721..15e2eaf 100644 --- a/config.go +++ b/config.go @@ -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"