Skip to content

Commit

Permalink
Release Logging 0.24.1
Browse files Browse the repository at this point in the history
* No public API changes.
* Update GRPC header value sent to the Logging API.
* Low level API adds new Protobuf types and GAPIC methods.
  • Loading branch information
blowmage committed Mar 1, 2017
1 parent 948be63 commit 1210b74
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,9 @@
"name": "google-cloud-logging",
"defaultService": "google/cloud/logging",
"versions": [
"v0.24.0",
"v0.24.1",
"master",
"v0.24.0",
"v0.23.2",
"v0.23.1",
"v0.23.0",
Expand Down
6 changes: 6 additions & 0 deletions google-cloud-logging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

### 0.24.1 / 2017-03-01

* No public API changes.
* Update GRPC header value sent to the Logging API.
* Low level API adds new Protobuf types and GAPIC methods.

### 0.24.0 / 2017-02-21

* Fix GRPC retry bug
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-logging/lib/google/cloud/logging/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module Logging
VERSION = "0.24.0"
VERSION = "0.24.1"
end
end
end

0 comments on commit 1210b74

Please sign in to comment.