Skip to content

Commit 604b5c6

Browse files
chore: release version 10.6.0 (#1450)
1 parent 3706e30 commit 604b5c6

File tree

5 files changed

+23
-4
lines changed

5 files changed

+23
-4
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "8a22201", "specHash": "f8e0d99", "version": "10.5.0" }
1+
{ "engineHash": "8a22201", "specHash": "f8e0d99", "version": "10.6.0" }

BoxSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'BoxSDK'
3-
spec.version = '10.5.0'
3+
spec.version = '10.6.0'
44
spec.summary = 'Box Swift SDK'
55
spec.homepage = 'https://github.com/box/box-ios-sdk'
66
spec.license = 'Apache License, Version 2.0'

BoxSdkGen.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'BoxSdkGen'
3-
spec.version = '10.5.0'
3+
spec.version = '10.6.0'
44
spec.summary = 'Official Box Swift Generated SDK'
55
spec.homepage = 'https://github.com/box/box-ios-sdk'
66
spec.license = 'Apache License, Version 2.0'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Foundation
22

33
public struct Version {
4-
public static let sdkVersion = "10.5.0"
4+
public static let sdkVersion = "10.6.0"
55
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [10.6.0](https://github.com/box/box-ios-sdk/compare/10.5.0...10.6.0) (2026-04-01)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Correct search content type 'tags' to match API (box/box-openapi#591) (#1442)
11+
* Align `LegalHoldPolicyAssignedItem` with API (box/box-openapi#1554) (box/box-openapi#590) (#1440)
12+
13+
### Bug Fixes
14+
15+
* Align `LegalHoldPolicyAssignedItem` with API (box/box-openapi[#1554](https://github.com/box/box-ios-sdk/issues/1554)) (box/box-openapi[#590](https://github.com/box/box-ios-sdk/issues/590)) ([#1440](https://github.com/box/box-ios-sdk/issues/1440)) ([c6e9f9b](https://github.com/box/box-ios-sdk/commit/c6e9f9b4b0bd838859b9971032c5fd3965e36e61))
16+
* Correct search content type 'tags' to match API (box/box-openapi[#591](https://github.com/box/box-ios-sdk/issues/591)) ([#1442](https://github.com/box/box-ios-sdk/issues/1442)) ([4c35f6f](https://github.com/box/box-ios-sdk/commit/4c35f6fb383bde5579d00c9d735720a6285361cb))
17+
18+
19+
### New Features and Enhancements
20+
21+
* Add `reference` to `AI` and `parent_id` to `HubsItems` (box/box-openapi[#588](https://github.com/box/box-ios-sdk/issues/588)) ([#1424](https://github.com/box/box-ios-sdk/issues/1424)) ([330e763](https://github.com/box/box-ios-sdk/commit/330e763cc5ca08ab936b20130bda0ea28a8153d2))
22+
* Support Hub Document API (box/box-codegen[#930](https://github.com/box/box-ios-sdk/issues/930)) ([#1443](https://github.com/box/box-ios-sdk/issues/1443)) ([e176bef](https://github.com/box/box-ios-sdk/commit/e176bef06ab8b80ce3d5f6a4a3890a8d86e53c98))
23+
524
## [10.5.0](https://github.com/box/box-ios-sdk/compare/10.4.0...10.5.0) (2026-03-19)
625

726

0 commit comments

Comments
 (0)