Skip to content

Commit fe6e9c8

Browse files
committed
chore(main): Release v0.0.3
1 parent 06c7f64 commit fe6e9c8

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.0.3](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.2...v0.0.3) (2023-08-03)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
* **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))
10+
* **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))
11+
312
## [0.0.2](https://github.com/cloudquery/plugin-pb-java/compare/v0.0.1...v0.0.2) (2023-08-03)
413

514

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ mainClassName = 'main.Main'
1010

1111
group 'com.cloudquery'
1212
// x-release-please-start-version
13-
version = '0.0.2'
13+
version = '0.0.3'
1414
// x-release-please-end
1515

1616
repositories {

0 commit comments

Comments
 (0)