Skip to content

Commit d8a73dd

Browse files
authored
Releasing godo v1.165.1 (#910)
* releasing godo * build: retract v1.164.0 * Releasing godo * build: retract v1.165.0 * Update retract
1 parent 71974b8 commit d8a73dd

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## [1.165.0] - 2025-09-24
3+
## [1.165.1] - 2025-09-24
44

55
- #906 - @do-joe - Fix Database Logsink API Response Parsing and TLS Field Marshaling
66
- #904 - @SSharma-10 - Godo automate release

go.mod

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ module github.com/digitalocean/godo
22

33
go 1.23.0
44

5+
// Contains retagging issue
6+
retract (
7+
v1.165.0
8+
v1.164.0
9+
)
10+
511
require (
612
github.com/google/go-querystring v1.1.0
713
github.com/hashicorp/go-retryablehttp v0.7.7

godo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
)
2222

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

0 commit comments

Comments
 (0)