Skip to content

Commit

Permalink
chore: release version 0.5.0 (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
box-sdk-build authored Sep 11, 2024
1 parent be2fa52 commit a6b5793
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .codegen.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "engineHash": "5b7aecf", "specHash": "b21666d", "version": "0.4.0" }
{ "engineHash": "5b7aecf", "specHash": "b21666d", "version": "0.5.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.4.0'
spec.version = '0.5.0'
spec.summary = 'Official Box Swift Generated SDK'
spec.homepage = 'https://github.com/box/box-swift-sdk-gen'
spec.license = 'Apache License, Version 2.0'
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.5.0](https://github.com/box/box-codegen/compare/0.4.0...0.5.0) (2024-09-11)


### Bug Fixes

* Fix variants in metadata query results (box/box-openapi[#456](https://github.com/box/box-codegen/issues/456)) ([#232](https://github.com/box/box-codegen/issues/232)) ([be2fa52](https://github.com/box/box-codegen/commit/be2fa52bb0d086f6c9b20fd5c3bdcad4b98f3f37))


### New Features and Enhancements

* add Hubs Beta (box/box-openapi[#453](https://github.com/box/box-codegen/issues/453)) ([#220](https://github.com/box/box-codegen/issues/220)) ([546f487](https://github.com/box/box-codegen/commit/546f487bde9dae2407ff65620eb6e6a81e45b149))

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


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.4.0"
public static let sdkVersion = "0.5.0"
}

0 comments on commit a6b5793

Please sign in to comment.