Skip to content

Commit 3ce4966

Browse files
authored
Prep v1.123.0 release (#720)
1 parent 0efaa1d commit 3ce4966

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## [v1.123.0] - 2024-09-06
4+
5+
- #719 - @andrewsomething - apps: mark ListTiers and GetTier as deprecated
6+
37
## [v1.122.0] - 2024-09-04
48

59
- #717 - @danaelhe - DB: Fix Logsink Attribute Types

godo.go

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

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

0 commit comments

Comments
 (0)