Skip to content

Commit 025b889

Browse files
authored
chore(main): Release v0.0.9 (#112)
🤖 I have created a release *beep* *boop* --- ## [0.0.9](v0.0.8...v0.0.9) (2023-08-31) ### Features * Add `null` client ([3896982](3896982)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 3896982 commit 025b889

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [0.0.9](https://github.com/cloudquery/plugin-sdk-java/compare/v0.0.8...v0.0.9) (2023-08-31)
4+
5+
6+
### Features
7+
8+
* Add `null` client ([3896982](https://github.com/cloudquery/plugin-sdk-java/commit/3896982b5e5b6eda9e529468195a413f60a8d454))
9+
310
## [0.0.8](https://github.com/cloudquery/plugin-sdk-java/compare/v0.0.7...v0.0.8) (2023-08-30)
411

512

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ext {
1111

1212
group 'io.cloudquery.plugin.sdk'
1313
// x-release-please-start-version
14-
version = '0.0.8'
14+
version = '0.0.9'
1515
// x-release-please-end
1616

1717
repositories {

0 commit comments

Comments
 (0)