@forge/bridge

6.4.0-next.07.0.0-next.1
CHANGELOG.md
~CHANGELOG.mdModified
+6
Index: package/CHANGELOG.md
===================================================================
--- package/CHANGELOG.md
+++ package/CHANGELOG.md
@@ -1,6 +1,12 @@
 # @forge/bridge
 
+## 7.0.0-next.1
+
+### Major Changes
+
+- b844adb: Removed the deprecated `currentVersion` field from `ObjectReference` (`@forge/object-store`) and `GetMetadataResult` (`@forge/bridge`). This field is no longer part of the supported API surface. The underlying service may continue to include `currentVersion` in its raw JSON response for a transition period, but this has no runtime impact since unrecognised fields are simply ignored — only TypeScript consumers referencing `.currentVersion` at compile time are affected and should remove that usage.
+
 ## 6.4.0-next.0
 
 ### Minor Changes