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

Nakama 3.0.0 release.

parent ebada7fb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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]
## [3.0.0] - 2021-01-16

This is a major release of the server but fully backwards compatible with the 2.x releases.
This is a major release of the server but **fully backwards compatible** with the 2.x releases.

### Added
- New JavaScript runtime to write server code.
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ import (
const cookieFilename = ".cookie"

var (
	version  string = "2.0.0"
	version  string = "3.0.0"
	commitID string = "dev"

	// Shared utility components.