Skip to content

Commit cbbd489

Browse files
chore: release google-apis-core 0.4.2 (#8123)
1 parent 5a33728 commit cbbd489

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

google-apis-core/CHANGELOG.md

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

3+
### [0.4.2](https://www.github.com/googleapis/google-api-ruby-client/compare/google-apis-core/v0.4.1...google-apis-core/v0.4.2) (2022-01-21)
4+
5+
6+
### Bug Fixes
7+
8+
* **core:** Support for max elapsed time configuration. ([241361e](https://www.github.com/googleapis/google-api-ruby-client/commit/241361e1a47d1aeac09ecd1f24099c8fc83e4508))
9+
310
## 0.4.1 (2021-07-19)
411

512
* FIX: Prevent duplicated pagination when a response returns an empty string as the next page token.

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.1".freeze
19+
VERSION = "0.4.2".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)