We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f37e53 commit 835c49eCopy full SHA for 835c49e
2 files changed
google-cloud-error_reporting/CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Release History
2
3
+### 0.32.0 / 2019-08-23
4
+
5
+#### Features
6
7
+* Support overriding of service endpoint
8
9
+#### Documentation
10
11
+* Update documentation
12
13
### 0.31.7 / 2019-07-31
14
15
* Fix max threads setting in thread pools
google-cloud-error_reporting/lib/google/cloud/error_reporting/version.rb
@@ -16,7 +16,7 @@
16
module Google
17
module Cloud
18
module ErrorReporting
19
- VERSION = "0.31.7".freeze
+ VERSION = "0.32.0".freeze
20
end
21
22
0 commit comments