From 9294c0ec48f4c9cbf053c8d0463b05211472701b Mon Sep 17 00:00:00 2001 From: Chris Molozian Date: Thu, 27 Feb 2020 11:21:59 +0000 Subject: [PATCH] Nakama 2.11.0 release. --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 171286877d..d55c90438c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,13 +3,15 @@ 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.11.0] - 2020-02-27 ### Added - Return tournament end time in listing operations if one exists. - Add Facebook Instant Game Authentication method. ### Changed - Build with Go 1.14.0 release. +- Update most server dependencies (particularly GRPC, GRPC Gateway, and Protobuf). +- Upgrade to use nakama-common 1.4.0 release. ## [2.10.0] - 2020-02-13 ### Added