Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
sauterp committed Jan 28, 2025
1 parent 8817ec0 commit 03a1926
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion v3/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package v3

// Version represents the current egoscale v3 version.
const Version = "v3.1.8"
const Version = "v3.1.9"

0 comments on commit 03a1926

Please # to comment.