From eb994f6536a3b6fb1060bebe7806a0a6ac7211d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Teixeira?= Date: Tue, 21 Jun 2016 22:01:47 +1200 Subject: [PATCH] Update CHANGELOG and version --- Assets/Plugins/GameJolt/Scripts/API/Constants.cs | 2 +- CHANGELOG.md | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Assets/Plugins/GameJolt/Scripts/API/Constants.cs b/Assets/Plugins/GameJolt/Scripts/API/Constants.cs index dee1125..56ded3d 100644 --- a/Assets/Plugins/GameJolt/Scripts/API/Constants.cs +++ b/Assets/Plugins/GameJolt/Scripts/API/Constants.cs @@ -5,7 +5,7 @@ namespace GameJolt.API { public static class Constants { - public const string VERSION = "2.1.0"; + public const string VERSION = "2.1.1"; public const string SETTINGS_ASSET_NAME = "GJAPISettings"; public const string SETTINGS_ASSET_FULL_NAME = SETTINGS_ASSET_NAME + ".asset"; diff --git a/CHANGELOG.md b/CHANGELOG.md index c91b31f..ad528ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). ... +##[2.1.1] (2016-06-21) + +### Fixed +- Could not unlock trophies. #64 + - *Thanks to RomejanicDev for reporting the issue.* + ##[2.1.0] (2016-06-19) ### Warning @@ -47,7 +53,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). Initial release -[Unreleased]: https://github.com/loicteixeira/gj-unity-api/compare/v2.1.0...HEAD +[Unreleased]: https://github.com/loicteixeira/gj-unity-api/compare/v2.1.1...HEAD +[2.1.1]: https://github.com/loicteixeira/gj-unity-api/tree/v2.1.1 [2.1.0]: https://github.com/loicteixeira/gj-unity-api/tree/v2.1.0 [2.0.2]: https://github.com/loicteixeira/gj-unity-api/tree/v2.0.2 [2.0.1]: https://github.com/loicteixeira/gj-unity-api/tree/v2.0.1