Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nvthongswansea committed Jan 4, 2023
1 parent c1d103f commit 4a3f379
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 3.11.1 (Jan 04, 2023)

BUG FIXES:

* (Hot fix) Omit `HardwareProfileConfig` when it is not set during server creation/update.

## 3.11.0 (Dec 21, 2022)

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.11.0"
version = "3.11.1"
defaultAPIURL = "https://api.gridscale.io"
resourceActiveStatus = "active"
requestDoneStatus = "done"
Expand Down

0 comments on commit 4a3f379

Please sign in to comment.