Skip to content

Commit 6ca1abe

Browse files
authored
all: release v0.26.0 (#517)
1 parent 7c0994e commit 6ca1abe

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# v0.26.0
2+
3+
## Changes
4+
5+
- idtoken:
6+
- Populate Claims map.
7+
- transport/http:
8+
- Update default HTTP transport settings to use a larger value for
9+
MaxIdleConnsPerHost. This improves performance in the storage client.
10+
- Various updates to autogenerated clients.
11+
12+
_Please note:_ the release version is not indicative of an individual client's
13+
stability or version.
14+
115
# v0.25.0
216

317
## Announcements

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ package version
1010

1111
// Repo is the current version of the client libraries in this
1212
// repo. It should be a date in YYYYMMDD format.
13-
const Repo = "20200518"
13+
const Repo = "20200601"

0 commit comments

Comments
 (0)