From be09da64e3d9bc69a45e644aa4efb7e05e1f3358 Mon Sep 17 00:00:00 2001 From: Ondrej Rehacek Date: Mon, 25 Mar 2024 18:36:02 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c92898..2902f1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. + +## [0.4.0] - 2024-03-25 + +- Stash API payloads & URL changes. +- Added Google Play Games linking endpoint. +- StashClient no longer inherited from MonoBehaviour and added to the scene. +- Removed unused dependencies. +- Added Google Play Games to the sample. +- Sample now refreshes tokens before linking. +- Added conditional compilation for iOS/Android-specific code in the sample. + + ## [0.3.0] - 2024-03-12 - Stash API URL changes