Skip to content

Commit f46e88c

Browse files
committed
bump version
1 parent 05de88b commit f46e88c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.2.1] - 2019-09-13
10+
### Fixes
11+
- Current branch returning the branch name instead of HEAD on a detached HEAD
12+
913
## [1.2.0] - 2019-05-11
1014
### Added
1115
- Detailed version info to info task

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "io.wusa"
10-
version = "1.2.0"
10+
version = "1.2.1"
1111

1212
dependencies {
1313
implementation(kotlin("stdlib-jdk8"))

0 commit comments

Comments
 (0)