diff --git a/CHANGES.md b/CHANGES.md index bf1d1aa2..a5f7bc13 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,12 +1,14 @@ # Change Log -## ? - ? +## v1.11.1 - 2024-08-01 ##### Fixes :wrench: - Fixed a bug that caused a `NullReferenceException` when attempting to get or set the `longitudeLatitudeHeight` property on a disabled `CesiumGlobeAnchor`. - Fixed a bug introduced in v1.11.0 that caused `CesiumCartographicPolygon` positions to be interpreted incorrectly, making polygon clipping unusable. +This release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.37.0 to v0.38.0. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native. + ### v1.11.0 - 2024-07-01 ##### Additions :tada: diff --git a/native~/extern/cesium-native b/native~/extern/cesium-native index c668061d..ca641c19 160000 --- a/native~/extern/cesium-native +++ b/native~/extern/cesium-native @@ -1 +1 @@ -Subproject commit c668061dafc1fedb22882679d99c8b944c29a8f8 +Subproject commit ca641c19ffabbf7a974bb11848de388f8fba2ac5 diff --git a/package.json b/package.json index d034a735..171c48cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.cesium.unity", - "version": "1.11.0", + "version": "1.11.1", "displayName": "Cesium for Unity", "description": "Cesium for Unity brings the 3D geospatial ecosystem to Unity. By combining a high-accuracy full-scale WGS84 globe, open APIs and open standards for spatial indexing such as 3D Tiles, and cloud-based real-world content from [Cesium ion](https://cesium.com/cesium-ion) with Unity, this plugin enables 3D geospatial workflows and applications in Unity.", "license": "Apache-2.0",