We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca5fa52 commit fc19101Copy full SHA for fc19101
CHANGELOG.md
@@ -1,7 +1,12 @@
1
# Change Log
2
3
## [Unreleased]
4
-[Unreleased]: https://github.com/aitorvs/beeline/compare/0.4.0...HEAD
+[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
10
11
## [0.3.1] - 2021-03-07
12
[0.3.1]: https://github.com/aitorvs/beeline/releases/tag/0.3.1
build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
}
group = "com.aitorvs.beeline"
-version = "0.4.0-SNAPSHOT"
+version = "0.4.0"
repositories {
mavenCentral()
0 commit comments