Skip to content

Commit c3fd781

Browse files
committed
chore(main): Release v1.0.0
1 parent 440ec20 commit c3fd781

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## 0.0.2 (2023-08-03)
411

512

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ mainClassName = 'main.Main'
1010

1111
group 'com.cloudquery'
1212
// x-release-please-start-version
13-
version = '0.0.1-SNAPSHOT'
13+
version = '1.0.0'
1414
// x-release-please-end
1515

1616
repositories {

0 commit comments

Comments
 (0)