Skip to content

Commit

Permalink
chore(main): Release v1.23.0 (#411)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [1.23.0](v1.22.4...v1.23.0) (2024-10-14)


### Features

* Implement API to get latest plugin version. ([#415](#415)) ([eac217c](eac217c))


### Bug Fixes

* **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.13.1 ([#416](#416)) ([e02834b](e02834b))
* **deps:** Update module github.com/schollz/progressbar/v3 to v3.16.1 ([#410](#410)) ([b96b6da](b96b6da))
* **deps:** Update module google.golang.org/grpc to v1.67.1 ([#412](#412)) ([b52b41c](b52b41c))
* **deps:** Update module google.golang.org/protobuf to v1.35.1 ([#414](#414)) ([700ffa6](700ffa6))
* Generate Go Code from `plugin-pb` ([#413](#413)) ([9bcc208](9bcc208))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
cq-bot authored Oct 14, 2024
1 parent eac217c commit ac51829
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.22.4"
".": "1.23.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [1.23.0](https://github.com/cloudquery/plugin-pb-go/compare/v1.22.4...v1.23.0) (2024-10-14)


### Features

* Implement API to get latest plugin version. ([#415](https://github.com/cloudquery/plugin-pb-go/issues/415)) ([eac217c](https://github.com/cloudquery/plugin-pb-go/commit/eac217ce282777c9f1fe678fd457bd5352cd28b6))


### Bug Fixes

* **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.13.1 ([#416](https://github.com/cloudquery/plugin-pb-go/issues/416)) ([e02834b](https://github.com/cloudquery/plugin-pb-go/commit/e02834ba9e4e4bcee9c58c5818d2529c3ec7a408))
* **deps:** Update module github.com/schollz/progressbar/v3 to v3.16.1 ([#410](https://github.com/cloudquery/plugin-pb-go/issues/410)) ([b96b6da](https://github.com/cloudquery/plugin-pb-go/commit/b96b6da6b1e807690d4e6e532b29a777bf8f3746))
* **deps:** Update module google.golang.org/grpc to v1.67.1 ([#412](https://github.com/cloudquery/plugin-pb-go/issues/412)) ([b52b41c](https://github.com/cloudquery/plugin-pb-go/commit/b52b41c108fb37873c46d412827a4018dd1429c6))
* **deps:** Update module google.golang.org/protobuf to v1.35.1 ([#414](https://github.com/cloudquery/plugin-pb-go/issues/414)) ([700ffa6](https://github.com/cloudquery/plugin-pb-go/commit/700ffa639ca6bec24a4e0c1898c1c68bdb4c3ac4))
* Generate Go Code from `plugin-pb` ([#413](https://github.com/cloudquery/plugin-pb-go/issues/413)) ([9bcc208](https://github.com/cloudquery/plugin-pb-go/commit/9bcc208fcd40a50fd03302166d197fa5197c18c8))

## [1.22.4](https://github.com/cloudquery/plugin-pb-go/compare/v1.22.3...v1.22.4) (2024-09-21)


Expand Down

0 comments on commit ac51829

Please sign in to comment.