Skip to content

Commit b2dc4ec

Browse files
update changelog & version in config
1 parent 3dd5e32 commit b2dc4ec

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 3.13.0 (Jul 4, 2023)
4+
5+
FEATURES:
6+
- Support proxy protocol for loadbalancer backends [#227](https://github.com/gridscale/gsclient-go/pull/227)
7+
38
## 3.12.1 (May 19, 2023)
49

510
BUG FIXES:

config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
const (
1414
defaultMaxNumberOfRetries = 5
1515
defaultDelayIntervalMilliSecs = 1000
16-
version = "3.12.1"
16+
version = "3.13.0"
1717
defaultAPIURL = "https://api.gridscale.io"
1818
resourceActiveStatus = "active"
1919
requestDoneStatus = "done"

0 commit comments

Comments
 (0)