From d8eef72a2619ae6e07d10e91c262e32535630d59 Mon Sep 17 00:00:00 2001 From: Loic Teixeira Date: Mon, 14 Aug 2017 21:01:25 +1000 Subject: [PATCH] Release v2.2.0 --- Assets/Plugins/GameJolt/Scripts/API/Constants.cs | 2 +- CHANGELOG.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Assets/Plugins/GameJolt/Scripts/API/Constants.cs b/Assets/Plugins/GameJolt/Scripts/API/Constants.cs index 5d249f1..cf6361b 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.3"; + public const string VERSION = "2.2.0"; 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 4407fd1..e4b1224 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased][Unreleased] +## [2.2.0][v2_2_0] (2017-08-13) + ### Add - New `GameJolt.API.Scores.GetRank(int value, int table = 0, Action callback = null)` method to fetch the rank of a given score value. #29 - New `GameJolt.API.Misc.GetTime(Action callback)` method to get the server time. #24 @@ -76,7 +78,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). Initial release -[Unreleased]: https://github.com/loicteixeira/gj-unity-api/compare/v2.1.3...HEAD +[Unreleased]: https://github.com/loicteixeira/gj-unity-api/compare/v2.2.0...HEAD +[v2_2_0]: https://github.com/loicteixeira/gj-unity-api/tree/v2.2.0 [v2_1_3]: https://github.com/loicteixeira/gj-unity-api/tree/v2.1.3 [v2_1_2]: https://github.com/loicteixeira/gj-unity-api/tree/v2.1.2 [v2_1_1]: https://github.com/loicteixeira/gj-unity-api/tree/v2.1.1