We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9249b21 commit b56b7eaCopy full SHA for b56b7ea
2 files changed
google-cloud-webrisk/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Release History
2
3
+### 0.3.0 / 2019-10-01
4
+
5
+#### Features
6
7
+* search_hashes now requires the thread_types argument (BREAKING CHANGE)
8
9
### 0.2.1 / 2019-08-23
10
11
#### Documentation
google-cloud-webrisk/lib/google/cloud/webrisk/version.rb
@@ -16,7 +16,7 @@
16
module Google
17
module Cloud
18
module Webrisk
19
- VERSION = "0.2.1".freeze
+ VERSION = "0.3.0".freeze
20
end
21
22
0 commit comments