Added changelog update

This commit is contained in:
games647
2016-01-27 14:24:32 +01:00
parent eacbb1ed76
commit bd46dae086
4 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
######0.5
* Added isRegistered API method
* Added forceRegister API method
* Fixed CrazyLogin player data restore -> Fixes memory leaks with this plugin
######0.4
* Added forward premium skin

View File

@ -5,7 +5,7 @@
<parent>
<groupId>com.github.games647</groupId>
<artifactId>fastlogin-parent</artifactId>
<version>0.4</version>
<version>0.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -8,7 +8,7 @@
<packaging>pom</packaging>
<name>FastLogin</name>
<version>0.4</version>
<version>0.5</version>
<inceptionYear>2015</inceptionYear>
<url>https://www.spigotmc.org/resources/fastlogin.14153/</url>
<description>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>com.github.games647</groupId>
<artifactId>fastlogin-parent</artifactId>
<version>0.4</version>
<version>0.5</version>
<relativePath>../pom.xml</relativePath>
</parent>