Skip to content

Commit 3f5f47f

Browse files
authored
chore(main): Release v0.0.8 (#110)
1 parent 5484316 commit 3f5f47f

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.8](https://github.com/cloudquery/plugin-sdk-java/compare/v0.0.7...v0.0.8) (2023-08-30)
4+
5+
6+
### Bug Fixes
7+
8+
* check for extension type before built-in arrow types ([#109](https://github.com/cloudquery/plugin-sdk-java/issues/109)) ([5484316](https://github.com/cloudquery/plugin-sdk-java/commit/5484316f61b9fe0d978b5d212aeb6443e977abb7))
9+
310
## [0.0.7](https://github.com/cloudquery/plugin-sdk-java/compare/v0.0.6...v0.0.7) (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.7'
14+
version = '0.0.8'
1515
// x-release-please-end
1616

1717
repositories {

0 commit comments

Comments
 (0)