Skip to content

Commit 436a826

Browse files
authored
chore(main): Release v0.0.7 (#108)
1 parent 0428c7d commit 436a826

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.7](https://github.com/cloudquery/plugin-sdk-java/compare/v0.0.6...v0.0.7) (2023-08-30)
4+
5+
6+
### Bug Fixes
7+
8+
* make the type transformer consistent with scalar units ([#107](https://github.com/cloudquery/plugin-sdk-java/issues/107)) ([0428c7d](https://github.com/cloudquery/plugin-sdk-java/commit/0428c7d271e2d44238368b11814c0b1f7da67a06))
9+
310
## [0.0.6](https://github.com/cloudquery/plugin-sdk-java/compare/v0.0.5...v0.0.6) (2023-08-29)
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.6'
14+
version = '0.0.7'
1515
// x-release-please-end
1616

1717
repositories {

0 commit comments

Comments
 (0)