diff --git a/CHANGELOG.md b/CHANGELOG.md index da2915e637bad0137c9aa19ac007dc43f961fd3f..a8c8413925fb6ebfd8ff23deba1de936b7950a79 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 9cf1a31c0c0075fd7fac41e63c24f4649f8a2254..f602f12286e40c8013348aaaccffe63bf7e386ce 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