We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 440ec20 commit c3fd781Copy full SHA for c3fd781
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 1.0.0 (2023-08-03)
4
+
5
6
+### Features
7
8
+* Initial commit ([440ec20](https://github.com/cloudquery/plugin-pb-java/commit/440ec20458431a1249b817a84485adc7952a6c94))
9
10
## 0.0.2 (2023-08-03)
11
12
build.gradle
@@ -10,7 +10,7 @@ mainClassName = 'main.Main'
group 'com.cloudquery'
// x-release-please-start-version
13
-version = '0.0.1-SNAPSHOT'
+version = '1.0.0'
14
// x-release-please-end
15
16
repositories {
0 commit comments