Skip to content

Commit

Permalink
chore(main): release errorreporting 0.3.0 (#6985)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 17, 2022
1 parent 0eb700d commit c9aebae
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest-individual.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"bigquery": "1.43.0",
"bigtable": "1.18.0",
"datastore": "1.9.0",
"errorreporting": "0.2.0",
"errorreporting": "0.3.0",
"firestore": "1.8.0",
"logging": "1.5.0",
"profiler": "0.3.0",
Expand Down
8 changes: 8 additions & 0 deletions errorreporting/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changes

## [0.3.0](https://github.com/googleapis/google-cloud-go/compare/errorreporting/v0.2.0...errorreporting/v0.3.0) (2022-11-17)


### Features

* **errorreporting:** start generating proto stubs ([0eb700d](https://github.com/googleapis/google-cloud-go/commit/0eb700d17c4cac56f59038f0f3ae5a65257a3d38))
* **errorreporting:** start generating REST client for beta clients ([25b7775](https://github.com/googleapis/google-cloud-go/commit/25b77757c1e6f372e03bf99ab7461264bba48d26))

## [0.2.0](https://github.com/googleapis/google-cloud-go/compare/errorreporting/v0.1.0...errorreporting/v0.2.0) (2022-02-14)


Expand Down
2 changes: 1 addition & 1 deletion errorreporting/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "0.2.0"
const Version = "0.3.0"

0 comments on commit c9aebae

Please sign in to comment.