diff --git a/CHANGES.md b/CHANGES.md index 6d48b1dc6de..1e29b860f8d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ Libplanet changelog Version 0.2.0 ------------- -To be released. +Released on April 5, 2019. - `PrivateKey.Decrypt()` now throws an `InvalidCiphertextException` instead of returning `null` when `cipherText` is invalid. [[#140]] diff --git a/Libplanet/Libplanet.csproj b/Libplanet/Libplanet.csproj index 548cb9b2615..467e36c6b7f 100644 --- a/Libplanet/Libplanet.csproj +++ b/Libplanet/Libplanet.csproj @@ -2,7 +2,7 @@ Libplanet Libplanet - 0.2.0-dev + 0.2.0 A .NET library for creating multiplayer online game in decentralized fashion. A .NET library for creating multiplayer online game in decentralized fashion. See also the docs for details: