diff --git a/CHANGELOG.md b/CHANGELOG.md index e7cfb31d..e8469601 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 5115f2cd..9db3750f 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 2bc9b175..833aa764 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "realm-studio", - "version": "14.0.3", + "version": "14.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "realm-studio", - "version": "14.0.3", + "version": "14.0.4", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index d34c828f..c1fd4115 100644 --- a/package.json +++ b/package.json @@ -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",