Skip to content

Commit

Permalink
Nakama C++ 2.4.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimon4eg committed Nov 1, 2020
1 parent 0711db0 commit 651b062
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ 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/).

## [2.4.0] - [2020-11-01]
### Added
- Support server 2.13.0
- Added authentication with Apple ID: `authenticateApple`, `linkApple` and `unlinkApple`
- Added `demoteGroupUsers`
- Added `NClientInterface::rpc` with `http key`
- Added `disableTime` to `NAccount`
- Added `updateTime` to `NFriend`
- Improve future-compatibility with server changes

### Fixed
- Fix #36 listFriends failing on 2.3.0 against 2.13.0 server

## [2.3.0] - [2020-02-29]
### Added
- support Windows 10 SDK
Expand Down
2 changes: 1 addition & 1 deletion src/Nakama.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace Nakama {

const char* getNakamaSdkVersion()
{
return "2.3.0";
return "2.4.0";
}

}

0 comments on commit 651b062

Please sign in to comment.