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

Nakama 1.1.0 release.

parent dd396a4a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.

+1 −1
Original line number Diff line number Diff line
@@ -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