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

Nakama 2.6.0 release.

parent fdc4d3c1
Loading
Loading
Loading
Loading
+2 −2
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]
## [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