diff --git a/CHANGELOG.md b/CHANGELOG.md index 50df7b372..1af4b40b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +3.1.9 +---------- +- v3: Reduce minimum blockstorage size to 1GiB from 10GiB + 3.1.8 ---------- - v3: Client introduce a wait timeout with different polling strategy #674 diff --git a/v3/version.go b/v3/version.go index 152bce86a..c28cc422f 100644 --- a/v3/version.go +++ b/v3/version.go @@ -1,4 +1,4 @@ package v3 // Version represents the current egoscale v3 version. -const Version = "v3.1.8" +const Version = "v3.1.9"