@@ -19,6 +19,39 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
2020### Security
2121
22+ ## [ 0.9.1] - 2026-02-03
23+
24+ ### Changed
25+ - Patch release for maintenance and stability improvements
26+ - Updated all packages to version 0.9.1 with unified versioning
27+
28+ ## [ 0.9.0] - 2026-02-03
29+
30+ ### Changed
31+ - Minor version bump for new features and improvements
32+ - All packages updated to version 0.9.0
33+
34+ ## [ 0.8.2] - 2026-02-02
35+
36+ ### Changed
37+ - ** BREAKING** : Removed ` view-storage.zod.ts ` and ` ViewStorage ` related types from ` @objectstack/spec `
38+ - ** BREAKING** : Removed ` createView ` , ` updateView ` , ` deleteView ` , ` listViews ` from ` ObjectStackProtocol ` interface
39+ - ** BREAKING** : Removed in-memory View Storage implementation from ` @objectstack/objectql `
40+ - Updated ` @objectstack/plugin-msw ` to dynamically load ` @objectstack/objectql ` to avoid hard dependencies
41+
42+ ## [ 0.8.1] - 2026-02-01
43+
44+ ### Changed
45+ - Patch release for maintenance and stability improvements
46+ - Updated all packages to version 0.8.1
47+
48+ ## [ 0.8.0] - 2026-02-01
49+
50+ ### Changed
51+ - Upgrade to Zod v4 and protocol improvements
52+ - Aligned all protocol definitions with stricter type safety
53+ - Updated all packages to version 0.8.0
54+
2255## [ 0.7.2] - 2026-01-31
2356
2457### Changed
@@ -192,7 +225,12 @@ Mark breaking changes clearly:
192225
193226---
194227
195- [ Unreleased ] : https://github.com/objectstack-ai/spec/compare/v0.7.2...HEAD
228+ [ Unreleased ] : https://github.com/objectstack-ai/spec/compare/v0.9.1...HEAD
229+ [ 0.9.1 ] : https://github.com/objectstack-ai/spec/compare/v0.9.0...v0.9.1
230+ [ 0.9.0 ] : https://github.com/objectstack-ai/spec/compare/v0.8.2...v0.9.0
231+ [ 0.8.2 ] : https://github.com/objectstack-ai/spec/compare/v0.8.1...v0.8.2
232+ [ 0.8.1 ] : https://github.com/objectstack-ai/spec/compare/v0.8.0...v0.8.1
233+ [ 0.8.0 ] : https://github.com/objectstack-ai/spec/compare/v0.7.2...v0.8.0
196234[ 0.7.2 ] : https://github.com/objectstack-ai/spec/compare/v0.7.1...v0.7.2
197235[ 0.7.1 ] : https://github.com/objectstack-ai/spec/compare/v0.6.1...v0.7.1
198236[ 0.6.1 ] : https://github.com/objectstack-ai/spec/compare/v0.4.1...v0.6.1
0 commit comments