From b28f8d96a1ba4e7e963e86ad2377eb87abb7649d Mon Sep 17 00:00:00 2001 From: Chris Molozian Date: Mon, 1 Jul 2019 22:34:31 +0100 Subject: [PATCH] Nakama 2.6.0 release. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5066336e93..ea6457df23 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] +## [2.6.0] - 2019-07-01 ### Added - Explicitly set cache control header in all API responses. - Add support for CockroachDB 19.1. @@ -16,7 +16,7 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr - Use Go 1.12.6 as base Docker container image and native builds. - Move from dep to Go modules for dependency management. - Switch database driver from pq to pgx. -- Update console handlebars (4.1.2) and js-yaml (3.13.1) dependencies. +- Update devconsole handlebars (4.1.2) and js-yaml (3.13.1) dependencies. - Update community link in console sidebar. ### Fixed