From 0d4ad56a1316945ad043a7aa03198020e84f59ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ritzl?= Date: Mon, 11 Apr 2022 08:51:29 +0200 Subject: [PATCH] Update CHANGELOG.md (#42) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fa5244..cfc2636 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] + +## [3.0.0] - 2022-04-08 +Please note that the Defold SDK version is not synchronised with the version of the Nakama server! + ### Changed - [BREAKING] Major overhaul of the generated code and how it interacts with the Nakama APIs. - Socket creation and socket events have been moved to `nakama/socket.lua`. This includes sending events and adding socket event listeners.