Commit b6f073bb authored by Chris Molozian's avatar Chris Molozian
Browse files

Nakama 1.2.0 release.

parent bcb16735
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -3,13 +3,13 @@ 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]
## [1.2.0] - 2017-11-06
### Added
- RUDP transport option for client connections.
- Accept JSON payload over WebSocket connections.
- New experimental rUDP socket protocol option for client connections.
- Accept JSON payloads over WebSocket connections.

### Changed
- Consistently use strings for all ID types.
- Use string identifiers instead of byte arrays for compatibility across Lua, JSON, and client representations.
- Improve runtime hook lookup behaviour.

### [1.1.0] - 2017-10-17
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
# limitations under the License.

BINNAME := nakama
VERSION := 1.2.0-dev
VERSION := 1.2.0
BUILDDIR := build
COMMITID := $(shell git rev-parse --short HEAD 2>/dev/null || echo nosha)
DOCKERDIR := install/docker/nakama