We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05407bb commit 6f0af99Copy full SHA for 6f0af99
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.0.23](https://github.com/cloudquery/plugin-sdk-java/compare/v0.0.22...v0.0.23) (2024-03-26)
4
+
5
6
+### Features
7
8
+* Add package command ([#194](https://github.com/cloudquery/plugin-sdk-java/issues/194)) ([05407bb](https://github.com/cloudquery/plugin-sdk-java/commit/05407bbec19f2e782aafc21ec6f7511840cccc2d))
9
10
## [0.0.22](https://github.com/cloudquery/plugin-sdk-java/compare/v0.0.21...v0.0.22) (2024-03-05)
11
12
lib/build.gradle
@@ -11,7 +11,7 @@ ext {
group 'io.cloudquery'
13
// x-release-please-start-version
14
-version = '0.0.22'
+version = '0.0.23'
15
// x-release-please-end
16
17
repositories {
0 commit comments