Skip to content

Commit 9c082b8

Browse files
chore(main): release google-apis-core 0.5.0 (#9427)
1 parent 13b7eda commit 9c082b8

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"google-apis-core": "0.4.2",
2+
"google-apis-core": "0.5.0",
33
"google-apis-generator": "0.4.1"
44
}

google-apis-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
### 0.5.0 (2022-05-15)
4+
5+
#### Features
6+
7+
* Add support for retry options to be configurable
8+
39
### 0.4.2 (2022-01-21)
410

511
#### Bug Fixes

google-apis-core/lib/google/apis/core/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module Google
1616
module Apis
1717
module Core
1818
# Core version
19-
VERSION = "0.4.2".freeze
19+
VERSION = "0.5.0".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)