Skip to content

Commit

Permalink
chore: release version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
box-sdk-build committed Sep 26, 2024
1 parent 8750f1c commit b3058ff
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .codegen.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "engineHash": "f751635", "specHash": "6b64d06", "version": "0.1.0" }
{ "engineHash": "f751635", "specHash": "6b64d06", "version": "1.2.0" }
Binary file modified .gradle/8.10.1/checksums/checksums.lock
Binary file not shown.
Binary file modified .gradle/8.10.1/checksums/md5-checksums.bin
Binary file not shown.
Binary file modified .gradle/8.10.1/checksums/sha1-checksums.bin
Binary file not shown.
Binary file modified .gradle/8.10.1/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified .gradle/8.10.1/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified .gradle/8.10.1/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/8.10.1/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
2 changes: 1 addition & 1 deletion .gradle/buildOutputCleanup/cache.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Mon Sep 23 07:08:09 PDT 2024
#Thu Sep 26 01:57:12 PDT 2024
gradle.version=8.10.1
Binary file modified .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

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.

## 1.2.0 (2024-09-26)


### New Features and Enhancements

* Generate initial SDK (box/box-codegen[#570](https://github.com/box/box-codegen/issues/570)) ([#3](https://github.com/box/box-codegen/issues/3)) ([8750f1c](https://github.com/box/box-codegen/commit/8750f1ce0742d77ebe57678478f52bd2c52c228b))
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
sourceCompatibility = 1.8
group = "com.box"
archivesBaseName = "sdkgen"
version = "0.1.0"
version = "1.2.0"
repositories {
mavenCentral()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
public class Version {

public static String getVersion() {
return "0.1.0";
return "1.2.0";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
public class Version {

public static String getVersion() {
return "0.1.0";
return "1.2.0";
}
}

0 comments on commit b3058ff

Please sign in to comment.