We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd32518 commit a5ccce9Copy full SHA for a5ccce9
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.0.24](https://github.com/cloudquery/plugin-sdk-java/compare/v0.0.23...v0.0.24) (2024-03-26)
4
+
5
6
+### Bug Fixes
7
8
+* Add missing docker_image_tag in package json ([#196](https://github.com/cloudquery/plugin-sdk-java/issues/196)) ([bd32518](https://github.com/cloudquery/plugin-sdk-java/commit/bd32518bae6fc0761b3a0319fb39c0067a1cf840))
9
10
## [0.0.23](https://github.com/cloudquery/plugin-sdk-java/compare/v0.0.22...v0.0.23) (2024-03-26)
11
12
lib/build.gradle
@@ -11,7 +11,7 @@ ext {
group 'io.cloudquery'
13
// x-release-please-start-version
14
-version = '0.0.23'
+version = '0.0.24'
15
// x-release-please-end
16
17
repositories {
0 commit comments