Commit aab3e2e 1 parent 8b5178b commit aab3e2e Copy full SHA for aab3e2e
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ All notable changes to this project are documented below.
3
3
4
4
The format is based on [ keep a changelog] ( http://keepachangelog.com/ ) and this project uses [ semantic versioning] ( http://semver.org/ ) .
5
5
6
- ## [ Unreleased ]
6
+ ## [ 0.12.1 ] - 2017-03-28
7
7
### Added
8
8
- Optionally allow JSON encoding in user login/register operations and responses.
9
9
@@ -12,7 +12,7 @@ The format is based on [keep a changelog](http://keepachangelog.com/) and this p
12
12
- Allow group batch fetch by both ID and name.
13
13
- Increase heartbeat server time precision.
14
14
- 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 .
16
16
17
17
### Fixed
18
18
- Fix Facebook unlink operation.
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
BINNAME := nakama
16
- VERSION := 0.13.0-dev
16
+ VERSION := 0.12.1
17
17
BUILDDIR := build
18
18
COMMITID := $(shell git rev-parse --short HEAD 2>/dev/null || echo nosha)
19
19
You can’t perform that action at this time.
0 commit comments