Skip to content

Commit

Permalink
bump library version and changelog (#646)
Browse files Browse the repository at this point in the history
* bump library version and changelog

* use minor version bump over patch
  • Loading branch information
Gregory Mankes committed Oct 16, 2023
1 parent 849f84d commit eae725a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [v1.105.0] - 2023-10-16

- #643 - @dweinshenker - Add support for scalable storage on database clusters
- #641 - @dweinshenker - Fix Kafka Partition Count
- #645 - @gregmankes - APPS-7325 - update app godo spec
- #642 - @dependabot[bot] - Bump golang.org/x/net from 0.7.0 to 0.17.0

## [v1.104.1] - 2023-10-10

* #640 - @andrewsomething - Drop required Go version to 1.20 and document policy.
Expand Down
2 changes: 1 addition & 1 deletion godo.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

const (
libraryVersion = "1.104.1"
libraryVersion = "1.105.0"
defaultBaseURL = "https://api.digitalocean.com/"
userAgent = "godo/" + libraryVersion
mediaType = "application/json"
Expand Down

0 comments on commit eae725a

Please sign in to comment.