Skip to content

Commit fc19101

Browse files
committed
Prepare version 0.4.0
1 parent ca5fa52 commit fc19101

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.4.0...HEAD
4+
[Unreleased]: https://github.com/aitorvs/beeline/compare/0.5.0...HEAD
5+
6+
## [0.4.0] - 2021-03-07
7+
[0.3.1]: https://github.com/aitorvs/beeline/releases/tag/0.4.0
8+
9+
- Fix edge cases and simplify code
510

611
## [0.3.1] - 2021-03-07
712
[0.3.1]: https://github.com/aitorvs/beeline/releases/tag/0.3.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.4.0-SNAPSHOT"
8+
version = "0.4.0"
99

1010
repositories {
1111
mavenCentral()

0 commit comments

Comments
 (0)