Commit 613efe9b authored by Chris Molozian's avatar Chris Molozian
Browse files

Set new development version.

parent 67cba1d9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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.
+1 −1
Original line number Diff line number Diff line
@@ -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.