Skip to content

Commit

Permalink
Bump to version 2.6.4 (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
owarai committed Apr 17, 2024
1 parent f9753b4 commit b2185fa
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [v2.6.4] - 2024-04-17

### Fixed

- Update jackson to address vulnerability issue.

## [v2.6.3] - 2024-01-15

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,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.3'
version = findProperty('sdk_version') ?: '2.6.4'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Maven:
<dependency>
<groupId>com.yunify</groupId>
<artifactId>qingstor.sdk.java</artifactId>
<version>2.6.3</version>
<version>2.6.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion docs/install_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Maven:
<dependency>
<groupId>com.yunify</groupId>
<artifactId>qingstor.sdk.java</artifactId>
<version>2.6.3</version>
<version>2.6.4</version>
</dependency>
```

Expand Down

0 comments on commit b2185fa

Please sign in to comment.