diff --git a/CHANGELOG.md b/CHANGELOG.md index 615bc503cb..df49549d7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ 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] +## [0.11.3] - 2017-02-25 ### Added - Add CORS headers for browser games. @@ -11,7 +11,7 @@ The format is based on [keep a changelog](http://keepachangelog.com/) and this p - Update response types to realtime match create/join operations. ### Fixed -- Make sure dependent rules are run with `relupload` rule. +- Make sure dependent build rules are run with `relupload` rule. - Fix match presence list generated when joining matches. ## [0.11.2] - 2017-02-17 diff --git a/Makefile b/Makefile index dfa35342ff..bb600b4382 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ # limitations under the License. BINNAME := nakama -VERSION := 0.12.0-dev +VERSION := 0.11.3 BUILDDIR := build COMMITID := $(shell git rev-parse --short HEAD 2>/dev/null || echo nosha)