Loading CHANGELOG.md +4 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,10 @@ The format is based on [keep a changelog](http://keepachangelog.com/) and this p ## [Unreleased] ## [1.4.2] - 2018-04-22 ### Changed - Improve handling of transactional retries. ## [1.4.1] - 2018-03-30 ### Added - Allow the server to handle SSL termination of client connections although NOT recommended in production. Loading Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ # limitations under the License. BINNAME := nakama VERSION := 1.5.0-dev VERSION := 1.4.2 BUILDDIR := build COMMITID := $(shell git rev-parse --short HEAD 2>/dev/null || echo nosha) DOCKERDIR := install/docker/nakama Loading Loading
CHANGELOG.md +4 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,10 @@ The format is based on [keep a changelog](http://keepachangelog.com/) and this p ## [Unreleased] ## [1.4.2] - 2018-04-22 ### Changed - Improve handling of transactional retries. ## [1.4.1] - 2018-03-30 ### Added - Allow the server to handle SSL termination of client connections although NOT recommended in production. Loading
Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ # limitations under the License. BINNAME := nakama VERSION := 1.5.0-dev VERSION := 1.4.2 BUILDDIR := build COMMITID := $(shell git rev-parse --short HEAD 2>/dev/null || echo nosha) DOCKERDIR := install/docker/nakama Loading