mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-11 14:54:33 +00:00
Bump sync version (#1938)
This commit is contained in:
parent
2d8040c86b
commit
674fad361a
21
CHANGELOG.md
21
CHANGELOG.md
@ -1,3 +1,24 @@
|
||||
X.Y.Z Release notes (TBD)
|
||||
=============================================================
|
||||
### Compatibility
|
||||
* Sync protocol: 24
|
||||
* Server-side history format: 4
|
||||
* File format: 7
|
||||
* Realm Object Server: 3.0.0 or later
|
||||
|
||||
### Breaking changes
|
||||
* None.
|
||||
|
||||
### Enhancements
|
||||
* None.
|
||||
|
||||
### Bug fixes
|
||||
* [Sync] Various bugfixes.
|
||||
|
||||
### Internals
|
||||
* Upgraded to Realm Core v5.7.2.
|
||||
* Upgraded to Realm Sync v3.8.3.
|
||||
|
||||
2.13.0 Release notes (2018-7-12)
|
||||
=============================================================
|
||||
### Compatibility
|
||||
|
@ -1,5 +1,5 @@
|
||||
PACKAGE_NAME=realm-js
|
||||
VERSION=2.13.0
|
||||
REALM_CORE_VERSION=5.7.1
|
||||
REALM_SYNC_VERSION=3.8.0
|
||||
REALM_CORE_VERSION=5.7.2
|
||||
REALM_SYNC_VERSION=3.8.3
|
||||
REALM_OBJECT_SERVER_VERSION=3.0.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user