Skip to content

Commit 448f736

Browse files
author
Patrick Jackson
committed
add CHANGELOG.md. Set version to 0.5.4
1 parent f584668 commit 448f736

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## Unreleased
2+
3+
## [0.5.4] - 2020-08-16
4+
- kotlin 1.4.0 final
5+
- change test.yml to just run a build (currently no tests)
6+
- update to redux-kotlin 0.5.5

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ kotlin.code.style=official
2222
org.gradle.internal.publish.checksums.insecure=true
2323

2424
GROUP=org.reduxkotlin
25-
VERSION_NAME=0.5.5
25+
VERSION_NAME=0.5.4
2626

2727
POM_ARTIFACT_ID=reduxkotlin-thunk
2828
POM_DESCRIPTION=Redux thunmk implementation for Redux-Kotlin. Mulitiplatform supported.

0 commit comments

Comments
 (0)