Skip to content

Commit

Permalink
Release stackdriver 0.20.0 (googleapis#8192)
Browse files Browse the repository at this point in the history
* BREAKING CHANGE: Removed google-cloud-debugger from the standard suite of stackdriver agents. If you are using the debugger, include the google-cloud-debugger gem explicitly.
* Update to version 2.x of google-cloud-logging
* Update to version 0.41 of google-cloud-error_reporting
* Update to version 0.40 of google-cloud-trace
  • Loading branch information
dazuma authored Dec 2, 2020
1 parent b0c789a commit 8836ff0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions stackdriver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History

### 0.20.0 / 2020-12-02

* BREAKING CHANGE: Removed google-cloud-debugger from the standard suite of stackdriver agents. If you are using the debugger, include the google-cloud-debugger gem explicitly.
* Update to version 2.x of google-cloud-logging
* Update to version 0.41 of google-cloud-error_reporting
* Update to version 0.40 of google-cloud-trace

### 0.16.1 / 2019-12-18

#### Documentation
Expand Down
2 changes: 1 addition & 1 deletion stackdriver/lib/stackdriver/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@


module Stackdriver
VERSION = "0.16.1".freeze
VERSION = "0.20.0".freeze
end

0 comments on commit 8836ff0

Please sign in to comment.