We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0efaa1d commit 3ce4966Copy full SHA for 3ce4966
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## [v1.123.0] - 2024-09-06
4
+
5
+- #719 - @andrewsomething - apps: mark ListTiers and GetTier as deprecated
6
7
## [v1.122.0] - 2024-09-04
8
9
- #717 - @danaelhe - DB: Fix Logsink Attribute Types
godo.go
@@ -21,7 +21,7 @@ import (
21
)
22
23
const (
24
- libraryVersion = "1.122.0"
+ libraryVersion = "1.123.0"
25
defaultBaseURL = "https://api.digitalocean.com/"
26
userAgent = "godo/" + libraryVersion
27
mediaType = "application/json"
0 commit comments