Skip to content

Commit

Permalink
Nakama Unity 0.7.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
novabyte committed Jul 18, 2017
1 parent 953da88 commit fa3c3d3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ 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]
## [0.7.0] - 2017-07-18
### Added
- A new Unity example scene which shows how to matchmake users.
- New `NIds` helper class and extension methods to compare byte arrays.
- Add new In-App Notification feature.
- Add new In-App Purchase Validation feature.

### Changed
- Update client to support the new batch-orientated server protocol.

### Fixed
- Accept SSL certificates.
- Improve handling transport errors.
- Improve fetching global storage data.

### Changed
- Update Client to support the new batching API.
- Improve fetching global storage records.

## [0.6.1] - 2017-05-30
### Changed
Expand Down
2 changes: 1 addition & 1 deletion Nakama/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
[assembly: ComVisible(false)]
[assembly: Guid("36E87F50-1D34-4898-9BDA-F2E80CD6B25E")]

[assembly: AssemblyVersion("0.1.0.0")]
[assembly: AssemblyVersion("0.7.0.0")]
2 changes: 1 addition & 1 deletion server
Submodule server updated 2 files
+15 −15 CHANGELOG.md
+1 −1 Makefile

0 comments on commit fa3c3d3

Please sign in to comment.