Skip to content

Commit

Permalink
Release google-cloud-tasks 0.4.0 (#3011)
Browse files Browse the repository at this point in the history
* Add HTTP Request to V2beta3
  * Add Task#http_request
  * Add HttpMethod
* Update documentation
  • Loading branch information
TheRoyalTnetennba committed Mar 12, 2019
1 parent cf2391b commit 1a31631
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions google-cloud-tasks/CHANGELOG.md
@@ -1,5 +1,12 @@
# Release History

### 0.4.0 / 2019-03-12

* Add HTTP Request to V2beta3
* Add Task#http_request
* Add HttpMethod
* Update documentation

### 0.3.0 / 2019-02-01

* Add Task#dispatch_deadline attribute.
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-tasks/google-cloud-tasks.gemspec
Expand Up @@ -3,7 +3,7 @@

Gem::Specification.new do |gem|
gem.name = "google-cloud-tasks"
gem.version = "0.3.0"
gem.version = "0.4.0"

gem.authors = ["Google LLC"]
gem.email = "googleapis-packages@google.com"
Expand Down

0 comments on commit 1a31631

Please sign in to comment.