Skip to content

Commit aab3e2e

Browse files
committedMar 28, 2017
Nakama 0.12.1 release.
1 parent 8b5178b commit aab3e2e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this project are documented below.
33

44
The format is based on [keep a changelog](http://keepachangelog.com/) and this project uses [semantic versioning](http://semver.org/).
55

6-
## [Unreleased]
6+
## [0.12.1] - 2017-03-28
77
### Added
88
- Optionally allow JSON encoding in user login/register operations and responses.
99

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

1717
### Fixed
1818
- Fix Facebook unlink operation.

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
BINNAME := nakama
16-
VERSION := 0.13.0-dev
16+
VERSION := 0.12.1
1717
BUILDDIR := build
1818
COMMITID := $(shell git rev-parse --short HEAD 2>/dev/null || echo nosha)
1919

0 commit comments

Comments
 (0)
Please sign in to comment.