Skip to content

Commit f3bfff0

Browse files
authored
Prep v1.131.1 release (#763)
1 parent a97e397 commit f3bfff0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## [v1.131.1] - 2024-12-10
4+
- #762 - @imaskm - Updated list ipv6 response
5+
36
## [v1.131.0] - 2024-11-25
47

58
- #760 - @jvasilevsky - LBAAS: add ipv6 field to loadbalancer model

godo.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
)
2222

2323
const (
24-
libraryVersion = "1.131.0"
24+
libraryVersion = "1.131.1"
2525
defaultBaseURL = "https://api.digitalocean.com/"
2626
userAgent = "godo/" + libraryVersion
2727
mediaType = "application/json"

0 commit comments

Comments
 (0)