Skip to content

Commit

Permalink
Nakama 0.12.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
novabyte committed Mar 28, 2017
1 parent 8b5178b commit aab3e2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
## [0.12.1] - 2017-03-28
### Added
- Optionally allow JSON encoding in user login/register operations and responses.

Expand All @@ -12,7 +12,7 @@ The format is based on [keep a changelog](http://keepachangelog.com/) and this p
- Allow group batch fetch by both ID and name.
- Increase heartbeat server time precision.
- Rework the embedded dashboard.
- Allow up to 64 characters for device ID linking.
- Support 64 characters with `SystemInfo.deviceUniqueIdentifier` on Windows with device ID link messages.

### Fixed
- Fix Facebook unlink operation.
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.13.0-dev
VERSION := 0.12.1
BUILDDIR := build
COMMITID := $(shell git rev-parse --short HEAD 2>/dev/null || echo nosha)

Expand Down

0 comments on commit aab3e2e

Please sign in to comment.