Skip to content

Commit

Permalink
Prepare version v14.0.4 (#1595)
Browse files Browse the repository at this point in the history
Co-authored-by: realm-ci <[email protected]>
  • Loading branch information
realm-ci and realm-ci authored Sep 11, 2023
1 parent fa2ef2e commit ee9f47a
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## Release 14.0.4 (2023-09-11)

[Changes since v14.0.3](https://github.com/realm/realm-studio/compare/v14.0.3...v14.0.4)

### Enhancements

- None

### Fixed

- Fixed a bug where opening a Realm that contains asymmetric tables will crash the process with an error saying `You cannot query an asymmetric class`. ([#1591](https://github.com/realm/realm-studio/issues/1591))
- Fixed an issue where opening a synchronized Realm that is open in another process would result in an error with a message `History type not consistent`. ([#1593](https://github.com/realm/realm-studio/issues/1593))

### Internals

- None


## Release 14.0.3 (2023-05-10)

[Changes since v14.0.2](https://github.com/realm/realm-studio/compare/v14.0.2...v14.0.3)
Expand Down
3 changes: 1 addition & 2 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@

### Fixed

- Fixed a bug where opening a Realm that contains asymmetric tables will crash the process with an error saying `You cannot query an asymmetric class`. ([#1591](https://github.com/realm/realm-studio/issues/1591))
- Fixed an issue where opening a synchronized Realm that is open in another process would result in an error with a message `History type not consistent`. ([#1593](https://github.com/realm/realm-studio/issues/1593))
- None

### Internals

Expand Down
4 changes: 2 additions & 2 deletions 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": "Realm Studio",
"version": "14.0.3",
"version": "14.0.4",
"description": "A tool for everything Realm!",
"author": {
"name": "Realm",
Expand Down

0 comments on commit ee9f47a

Please sign in to comment.