We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09fbb62 commit 4c9dc7bCopy full SHA for 4c9dc7b
.release-please-manifest.json
@@ -1,4 +1,4 @@
1
{
2
- "google-apis-core": "0.7.1",
+ "google-apis-core": "0.7.2",
3
"google-apis-generator": "0.9.0"
4
}
google-apis-core/CHANGELOG.md
@@ -1,5 +1,11 @@
# Release History
+### 0.7.2 (2022-09-15)
+
5
+#### Bug Fixes
6
7
+* do not reset query_values in case of form encoding ([#11654](https://github.com/googleapis/google-api-ruby-client/issues/11654))
8
9
### 0.7.1 (2022-09-14)
10
11
#### Bug Fixes
google-apis-core/lib/google/apis/core/version.rb
@@ -16,7 +16,7 @@ module Google
16
module Apis
17
module Core
18
# Core version
19
- VERSION = "0.7.1".freeze
+ VERSION = "0.7.2".freeze
20
end
21
22
0 commit comments