Skip to content

Commit 18c3630

Browse files
authored
chore: release google-apis-core 0.4.1 (#5810)
1 parent b36da55 commit 18c3630

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

google-apis-core/CHANGELOG.md

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

3+
## 0.4.1 (2021-07-19)
4+
5+
* FIX: Prevent duplicated pagination when a response returns an empty string as the next page token.
6+
37
## 0.4.0 (2021-06-28)
48

59
* Expanded googleauth dependency to include future 1.x versions

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

0 commit comments

Comments
 (0)