From dd415455b164a779fe8b595faa8d25c367c3afda Mon Sep 17 00:00:00 2001 From: amironicheva Date: Fri, 25 Jan 2019 16:04:45 +0300 Subject: [PATCH 1/2] update for new release --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 10c56af..cfdfac7 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,19 @@ Documentation is in the [wiki](https://github.com/Game-of-whales/GOW-SDK-UNITY/w Changelog --------- +**2.0.22 (Jan 25, 2019)** + +ADDED + +* The supporting of [future (anti-churn) special offers](https://www.gameofwhales.com/documentation/anti-churn-offers) were added. +* The possibility of getting a profile's properties was added. + +FIXED + +**iOS**: +* The issue with getting server time on 32 bit devices was fixed. + + **2.0.21 (Dec 17, 2018)** MODIFIED From 75107a2abc3f0cb3a8163aecfe200b7d479591a7 Mon Sep 17 00:00:00 2001 From: amironicheva Date: Fri, 25 Jan 2019 17:14:49 +0300 Subject: [PATCH 2/2] minor fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfdfac7..234fcec 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ ADDED FIXED **iOS**: -* The issue with getting server time on 32 bit devices was fixed. +* The issue with getting server time on 32-bit devices was fixed. **2.0.21 (Dec 17, 2018)**