Skip to content

Commit

Permalink
chore(main): Release v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cq-bot committed Aug 3, 2023
1 parent 06c7f64 commit fe6e9c8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.0.3](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.2...v0.0.3) (2023-08-03)


### Bug Fixes

* **deps:** Update dependency com.google.protobuf:protobuf-java-util to v3.23.4 ([#19](https://github.com/cloudquery/plugin-pb-java/issues/19)) ([06c7f64](https://github.com/cloudquery/plugin-pb-java/commit/06c7f6432cebf740963420d64917522843511c45))
* **deps:** Update grpcVersion to v1.57.1 ([#15](https://github.com/cloudquery/plugin-pb-java/issues/15)) ([19ca381](https://github.com/cloudquery/plugin-pb-java/commit/19ca38185b4265407ebc51c520cbef5a704b7759))
* **deps:** Update plugin com.google.protobuf to v0.9.4 ([#16](https://github.com/cloudquery/plugin-pb-java/issues/16)) ([d3f8c99](https://github.com/cloudquery/plugin-pb-java/commit/d3f8c9903e79d71485ce348dafc2c550d3dce93d))

## [0.0.2](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.1...v0.0.2) (2023-08-03)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mainClassName = 'main.Main'

group 'com.cloudquery'
// x-release-please-start-version
version = '0.0.2'
version = '0.0.3'
// x-release-please-end

repositories {
Expand Down

0 comments on commit fe6e9c8

Please sign in to comment.