From 49b2f9bfac91bd5ce6cc7cf3fb68e510cf2ddffd Mon Sep 17 00:00:00 2001 From: Chris Molozian Date: Thu, 9 Feb 2017 22:57:22 +0000 Subject: [PATCH] Nakama 0.11.0 release. --- CHANGELOG.md | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05ddafdba3..4b35b5d1d6 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.0] - 2017-02-09 ### Added - Add `--verbose` flag to enable debug logs in server. - Database name can now be set in migrations and at server startup. i.e. `nakama --db root@127.0.0.1:26257/mydbname`. diff --git a/Makefile b/Makefile index 3f01c878be..195007f3d9 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ # limitations under the License. BINNAME := nakama -VERSION := 0.11.0-dev +VERSION := 0.11.0 BUILDDIR := build COMMITID := $(shell git rev-parse --short HEAD 2>/dev/null || echo nosha)