From 67cba1d9d4ea7cbf26b6cd8d9d9660023831f285 Mon Sep 17 00:00:00 2001 From: Chris Molozian Date: Tue, 20 Nov 2018 16:41:20 +0000 Subject: [PATCH] Nakama 2.2.1 release. --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de1f03eb02..080b847957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,13 +3,14 @@ All notable changes to this project are documented below. The format is based on [keep a changelog](http://keepachangelog.com) and this project uses [semantic versioning](http://semver.org). -## [Unreleased] +## [2.2.1] - 2018-11-20 ### Added -- New duration field in the tournament API. +- New duration field in the tournament API. ### Fixed - Set friend state correctly when initially adding friends. -- Join events on tournaments with an end time set now allow users to submit scores. +- Allow tournaments to be created to start in the future but with no end time. +- Join events on tournaments with an end time set but no reset now allow users to submit scores. ## [2.2.0] - 2018-11-11 ### Added