Skip to content

Commit e690ea7

Browse files
committed
build(release): bump minor version
1 parent c5020c7 commit e690ea7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## 6.2.0
4+
5+
##### Features
6+
- add new placeholders
7+
- `${describe.tag.version.patch.plus.describe.distance}`
8+
- `${describe.tag.version.patch.next.plus.describe.distance}`
9+
- `${describe.tag.version.label.plus.describe.distance}`
10+
- `${describe.tag.version.label.next.plus.describe.distance}`
11+
12+
313
## 6.2.0
414

515
##### Features

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
}
1313

1414
group 'me.qoomon'
15-
version '6.2.0'
15+
version '6.3.0'
1616
sourceCompatibility = JavaVersion.VERSION_1_8
1717
targetCompatibility = JavaVersion.VERSION_1_8
1818

0 commit comments

Comments
 (0)