Skip to content

Commit

Permalink
Prepare version v11.0.0-beta.0 (#1424)
Browse files Browse the repository at this point in the history
* Prepare version v11.0.0-beta.0

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: Jenkins CI <[email protected]>
Co-authored-by: Kræn Hansen <[email protected]>
  • Loading branch information
3 people authored May 18, 2021
1 parent 421920d commit f8d6c16
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## Release 11.0.0-beta.0 (2021-05-18)

[Changes since v11.0.0-alpha.0](https://github.com/realm/realm-studio/compare/v11.0.0-alpha.0...v11.0.0-beta.0)

### Breaking Changes

- Added support for reading / writing Realm files using Realm file format v21 (This supports a number of new datatypes available with beta versions of realm-js v10.5.0, realm-java v10.6.0, realm-cocoa v10.8.0 and realm-dotnet v10.2.0). When opening a file which is using an older format, you will get prompted to upgrade (and optionally backup) the Realm file. NOTE: Once the file has been upgraded, there is no way to downgrade it again and it can only be used by the SDKs that support Realm file format v21.

### Enhancements

- Added reading properties of type "Set", "Dictionary" and "Mixed". ([#1419](https://github.com/realm/realm-studio/pull/1419))

### Fixed

- None

### Internals

- None


## Release 11.0.0-alpha.0 (2021-05-03)

[Changes since v10.1.2](https://github.com/realm/realm-studio/compare/v10.1.2...v11.0.0-alpha.0)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "realm-studio",
"productName": "MongoDB Realm Studio",
"version": "11.0.0-alpha.0",
"version": "11.0.0-beta.0",
"description": "A tool for everything MongoDB Realm!",
"author": {
"name": "Realm",
Expand Down

0 comments on commit f8d6c16

Please sign in to comment.