From 613efe9bcab0fbbd931a2db8f2f8b445e7f70891 Mon Sep 17 00:00:00 2001 From: Chris Molozian <chris@heroiclabs.com> Date: Tue, 20 Nov 2018 17:54:57 +0000 Subject: [PATCH] Set new development version. --- CHANGELOG.md | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 080b84795..7e7bc8f33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ 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. diff --git a/README.md b/README.md index dcdc25063..820e09758 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ When connected you'll see server output which describes all settings the server ## Usage -Nakama supports a variety of protocols optimized for various gameplay or app use cases. For request/response it can use GRPC with a HTTP1.1+JSON fallback (REST). For realtime communication you can use WebSockets or rUDP. +Nakama supports a variety of protocols optimized for various gameplay or app use cases. For request/response it can use GRPC or the HTTP1.1+JSON fallback (REST). For realtime communication you can use WebSockets or rUDP. For example with the REST API to authenticate a user account with a custom identifier. -- GitLab