Skip to content

Commit 17a7d1f

Browse files
authored
chore(main): Release v0.0.15 (#145)
🤖 I have created a release *beep* *boop* --- ## [0.0.15](v0.0.14...v0.0.15) (2023-11-27) ### Bug Fixes * **test:** Register extensions in tests ([#144](#144)) ([530e2b2](530e2b2)) --- 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 530e2b2 commit 17a7d1f

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.15](https://github.com/cloudquery/plugin-sdk-java/compare/v0.0.14...v0.0.15) (2023-11-27)
4+
5+
6+
### Bug Fixes
7+
8+
* **test:** Register extensions in tests ([#144](https://github.com/cloudquery/plugin-sdk-java/issues/144)) ([530e2b2](https://github.com/cloudquery/plugin-sdk-java/commit/530e2b2ceb869abaf7f50c35c1dc3cced084f733))
9+
310
## [0.0.14](https://github.com/cloudquery/plugin-sdk-java/compare/v0.0.13...v0.0.14) (2023-11-27)
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.14'
14+
version = '0.0.15'
1515
// x-release-please-end
1616

1717
repositories {

0 commit comments

Comments
 (0)