Skip to content

Commit

Permalink
chore: release version 0.4.0 (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
box-sdk-build authored Sep 5, 2024
1 parent 93ff568 commit b77b8c5
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .codegen.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "engineHash": "2994c4a", "specHash": "739d87b", "version": "0.3.1" }
{ "engineHash": "2994c4a", "specHash": "739d87b", "version": "0.4.0" }
2 changes: 1 addition & 1 deletion BoxSdkGen.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'BoxSdkGen'
spec.version = '0.3.1'
spec.version = '0.4.0'
spec.summary = 'Official Box Swift Generated SDK'
spec.homepage = 'https://github.com/box/box-swift-sdk-gen'
spec.license = 'Apache-2.0, http://www.apache.org/licenses/LICENSE-2.0'
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.

## [0.4.0](https://github.com/box/box-codegen/compare/0.3.1...0.4.0) (2024-09-05)


### Bug Fixes

* Add missing fields to Sign Template Signer and fix AI schema (box/box-openapi[#451](https://github.com/box/box-codegen/issues/451)) ([#206](https://github.com/box/box-codegen/issues/206)) ([31920e6](https://github.com/box/box-codegen/commit/31920e67692c16b0600c4c9f4c279e22d02e4598))
* Fix `IntegrationMapping` schemas (box/box-codegen[#551](https://github.com/box/box-codegen/issues/551)) ([#203](https://github.com/box/box-codegen/issues/203)) ([0074ee3](https://github.com/box/box-codegen/commit/0074ee326627d01057cf50cb257d2291b646ab08))


### New Features and Enhancements

* Fix chunk upload in Swift (box/box-codegen[#555](https://github.com/box/box-codegen/issues/555)) ([#215](https://github.com/box/box-codegen/issues/215)) ([93ff568](https://github.com/box/box-codegen/commit/93ff5686415d99aa807d57d9e062f5a96380d707))
* Include URL into `FetchOptions` (box/box-codegen[#549](https://github.com/box/box-codegen/issues/549)) ([#208](https://github.com/box/box-codegen/issues/208)) ([b65822d](https://github.com/box/box-codegen/commit/b65822d379b1d5e9be7b179ed754e725f5a499fa))

### [0.3.1](https://github.com/box/box-codegen/compare/0.3.0...0.3.1) (2024-08-22)


Expand Down
4 changes: 1 addition & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,8 @@ GEM
netrc (0.11.0)
nkf (0.2.0)
public_suffix (4.0.7)
rexml (3.3.6)
strscan
rexml (3.3.7)
ruby-macho (2.5.1)
strscan (3.1.0)
typhoeus (1.4.1)
ethon (>= 0.9.0)
tzinfo (2.0.6)
Expand Down
2 changes: 1 addition & 1 deletion Sources/Networking/Version.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Foundation

public struct Version {
public static let sdkVersion = "0.3.1"
public static let sdkVersion = "0.4.0"
}

0 comments on commit b77b8c5

Please sign in to comment.