Skip to content

Commit

Permalink
Nakama common 1.14.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
novabyte committed May 17, 2021
1 parent 0709b21 commit 3bae44e
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,21 @@ 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]
## [1.14.0] - 2021-05-17
### Added
- Tournament and leaderboards functions can now submit scores with the score operator.
- Tournament and leaderboards functions can now use a decrement score operator.

### Changed
- Remove the older Go Protobuf dependency.
- The user ID can now be passed into group management functions. If the user ID is empty it will default to the system user as before.

### Fixed
- Small updates to the TypeScript definitions.

## [1.13.1] - 2021-04-19
### Changed
- Update to Protobuf v1.5.2 release.
- Update Leaderboard and Tournament record writes to take an override operator.
- Change runtime group management APIs to include a callerID parameter.

## [1.13.0] - 2021-04-14
### Added
Expand Down

0 comments on commit 3bae44e

Please sign in to comment.