Skip to content

Commit

Permalink
Bump version to v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
owarai committed Jul 28, 2023
1 parent 84bdfe7 commit 9b680aa
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to QingStor SDK for JAVA will be documented in this file.

## [v2.6.1] - 2023-07-28

### Added

- versioning-related api to support qingstor version-control feature.

### Fixed

- Prefix field in Lifecycle rule filter is not required.
- Return Cache-Control, Expires etc header when HEAD object.

### Deps

- Update org.json to address CVE-2022-45688.

## [v2.6.0] - 2022-09-10

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

group = 'com.yunify'
// Pass command-line option: -Psdk_version=x.x.x if you want build a different version.
version = findProperty('sdk_version') ?: '2.6.0'
version = findProperty('sdk_version') ?: '2.6.1'

repositories {
mavenCentral()
Expand Down
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gradle:

```gradle
dependencies {
implementation 'com.yunify:qingstor.sdk.java:2.6.0'
implementation 'com.yunify:qingstor.sdk.java:2.6.1'
}
```

Expand All @@ -22,7 +22,7 @@ Maven:
<dependency>
<groupId>com.yunify</groupId>
<artifactId>qingstor.sdk.java</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions docs/install_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gradle:

```gradle
dependencies {
implementation 'com.yunify:qingstor.sdk.java:2.6.0'
implementation 'com.yunify:qingstor.sdk.java:2.6.1'
}
```

Expand All @@ -22,7 +22,7 @@ Maven:
<dependency>
<groupId>com.yunify</groupId>
<artifactId>qingstor.sdk.java</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</dependency>
```

Expand Down

0 comments on commit 9b680aa

Please sign in to comment.