From 10a07a7b28239be29cabdd59a40b916c56911808 Mon Sep 17 00:00:00 2001 From: Chris Molozian Date: Thu, 25 Apr 2019 22:32:44 +0100 Subject: [PATCH] Nakama 2.5.0 release. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37d911ad72..fa78328eeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,9 @@ 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] +## [2.5.0] - 2019-04-25 ### Added -- New developer console UI and related API endpoints available on the console port. +- New developer console UI available on http://127.0.0.1:7351. - New Lua runtime functions to generate JWT tokens. - New Lua runtime functions to hash data using RSA SHA256. - Print max number of OS threads setting in server startup logs.