From e0a93a86154d52439fafd1a20fb3e53e70eba74c Mon Sep 17 00:00:00 2001 From: Chris Molozian Date: Tue, 17 Oct 2017 11:41:05 +0100 Subject: [PATCH] Nakama 1.1.0 release. --- CHANGELOG.md | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da2915e63..a8c841392 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] +### [1.1.0] - 2017-10-17 ### Added - Advanced Matchmaking with custom filters and user properties. diff --git a/Makefile b/Makefile index 9cf1a31c0..f602f1228 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ # limitations under the License. BINNAME := nakama -VERSION := 1.1.0-dev +VERSION := 1.1.0 BUILDDIR := build COMMITID := $(shell git rev-parse --short HEAD 2>/dev/null || echo nosha) DOCKERDIR := install/docker/nakama -- GitLab