diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b92d0f..c2e1a02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.2](https://github.com/raidcraft/rcelevator/compare/v1.0.1...v1.0.2) (2021-01-04) + + +### Bug Fixes + +* Fix decoding sign facing direction. Closes [#7](https://github.com/raidcraft/rcelevator/issues/7) ([c2d98c4](https://github.com/raidcraft/rcelevator/commit/c2d98c491df729bedfe605f617607143b4d9bfe4)) + ## [1.0.1](https://github.com/raidcraft/rcelevator/compare/v1.0.0...v1.0.1) (2021-01-01) diff --git a/gradle.properties b/gradle.properties index 264a1b3..33878a4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,4 +3,4 @@ pluginName = RCElevator author = Strasse36 mcVersion = 1.16.4 apiVersion = 1.15 -version = 1.0.1 +version = 1.0.2