diff --git a/CHANGELOG.md b/CHANGELOG.md index e8469601..0dfd9e71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## Release 14.1.0 (2023-11-23) + +[Changes since v14.0.4](https://github.com/realm/realm-studio/compare/v14.0.4...v14.1.0) + +### Enhancements + +- Added ability to open a Realm via the Atlas Device Sync. ([#1600](https://github.com/realm/realm-studio/pull/1600)) +- Added ability to add embedded classes and click back to the parent object. ([#1602](https://github.com/realm/realm-studio/pull/1602)) + +### Fixed + +- None + +### Internals + +- Upgraded dependencies, including Electron to v24.8.6. ([#1570](https://github.com/realm/realm-studio/pull/1570) & [#1598](https://github.com/realm/realm-studio/pull/1598)) +- Upgraded Realm JS to v11.10.2. ([#1600](https://github.com/realm/realm-studio/pull/1600)) + + ## 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) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 1131b88b..9db3750f 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -2,8 +2,7 @@ ### Enhancements -- Added ability to open a Realm via the Atlas Device Sync. ([#1600](https://github.com/realm/realm-studio/pull/1600)) -- Added ability to add embedded classes and click back to the parent object. ([#1602](https://github.com/realm/realm-studio/pull/1602)) +- None ### Fixed @@ -11,5 +10,4 @@ ### Internals -- Upgraded dependencies, including Electron to v24.8.6. ([#1570](https://github.com/realm/realm-studio/pull/1570) & [#1598](https://github.com/realm/realm-studio/pull/1598)) -- Upgraded Realm JS to v11.10.2. ([#1600](https://github.com/realm/realm-studio/pull/1600)) +- None diff --git a/package-lock.json b/package-lock.json index e174d263..0991863e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "realm-studio", - "version": "14.0.4", + "version": "14.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "realm-studio", - "version": "14.0.4", + "version": "14.1.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 25e76d11..49e584b2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "realm-studio", "productName": "Realm Studio", - "version": "14.0.4", + "version": "14.1.0", "description": "A tool for everything Realm!", "author": { "name": "Realm",