Skip to content

Commit 625563d

Browse files
committed
Prepare for version 0.2.0
1 parent 9a8225d commit 625563d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Change Log
22

33
## [Unreleased]
4-
[Unreleased]: https://github.com/aitorvs/beeline/compare/0.1.2...HEAD
4+
[Unreleased]: https://github.com/aitorvs/beeline/compare/0.3.0...HEAD
5+
6+
## [0.2.0] - 2021-03-05
7+
[0.2.0]: https://github.com/aitorvs/beeline/releases/tag/0.2.0
8+
9+
Added `--version` CLI option
510

611
## [0.1.1] - 2021-03-05
712
[0.1.1]: https://github.com/aitorvs/beeline/releases/tag/0.1.1

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "com.aitorvs.beeline"
8-
version = "0.2.0-SNAPSHOT"
8+
version = "0.2.0"
99

1010
repositories {
1111
mavenCentral()

0 commit comments

Comments
 (0)