Skip to content

Commit

Permalink
Nakama C++ 2.4.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimon4eg committed Jan 16, 2021
1 parent 95d53e3 commit 892f60e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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.1] - [2021-01-16]
### Fixed
- fix join group chat by correcting NChannelType enum values

## [2.4.0] - [2020-11-01]
### Added
- Support server 2.13.0
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.4.0";
return "2.4.1";
}

}

0 comments on commit 892f60e

Please sign in to comment.