Skip to content

Commit

Permalink
Nakama 0.12.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
novabyte committed Mar 19, 2017
1 parent 6f07b8a commit cc414be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ 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]
## [0.12.0] - 2017-03-19
### Added
- Dynamic leaderboards feature.
- Presence updates now report the user's handle.
- Add error codes to the server protocol.

### Changed
- The build system now strips up to current dir in recorded source file paths at compile.
- Addition of specific error messages to the Error payload.
- Group names must be unique.
- Group names must now be unique.

### Fixed
- Fix regression loading config file.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

BINNAME := nakama
VERSION := 0.12.0-dev
VERSION := 0.12.0
BUILDDIR := build
COMMITID := $(shell git rev-parse --short HEAD 2>/dev/null || echo nosha)

Expand Down

0 comments on commit cc414be

Please sign in to comment.