@@ -160,7 +160,7 @@ This makes SwiftCache incredibly flexible - use your own cache backends, network
160160
161161## 🗺️ Roadmap
162162
163- ### ✅ v1.0.0 (Released - January 2025)
163+ ### ✅ v1.0.0 (Released - November 2025)
164164
165165** Initial Release**
166166- [x] Three-tier caching system (Memory → Disk → Network)
@@ -177,7 +177,7 @@ This makes SwiftCache incredibly flexible - use your own cache backends, network
177177- [x] Zero external dependencies
178178- [x] Image downscaling (iOS only)
179179
180- ### ✅ v2.0.0 (Released - January 2025)
180+ ### ✅ v2.0.0 (Released - November 2025)
181181
182182** Major Architecture Rewrite - Swift Concurrency & Design Patterns**
183183- [x] ** Actor-based architecture** - Pure Swift Concurrency
@@ -195,7 +195,7 @@ This makes SwiftCache incredibly flexible - use your own cache backends, network
195195- [x] ** Comprehensive tests** - 11 tests covering all features
196196- [x] ** Architecture guide** - Deep dive documentation
197197
198- ### 🚧 v2.1.0 (Next Release - Q2 2025)
198+ ### 🚧 v2.1.0
199199
200200** Reactive & Format Support**
201201- [ ] ** Combine Support** - Publishers for reactive programming
@@ -205,7 +205,7 @@ This makes SwiftCache incredibly flexible - use your own cache backends, network
205205- [ ] ** Network Reachability** - Pause downloads when offline
206206- [ ] ** Batch Operations** - Bulk prefetch/clear operations
207207
208- ### 🔮 v2.2.0 (Q3 2025)
208+ ### 🔮 v2.2.0
209209
210210** Intelligence & UX**
211211- [ ] ** Prefetching API** - Intelligent prefetch with priority
@@ -215,7 +215,7 @@ This makes SwiftCache incredibly flexible - use your own cache backends, network
215215- [ ] ** Smart Eviction** - Usage-based cache management
216216- [ ] ** Request Coalescing** - Deduplicate simultaneous requests
217217
218- ### 🎯 v3.0.0 (Major - Q4 2025)
218+ ### 🎯 v3.0.0
219219
220220** Advanced Features & Cloud**
221221- [ ] ** Advanced Transformations** - Resize, crop, filters, effects
0 commit comments