Skip to content

Commit

Permalink
chore: release 0.27.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Jun 19, 2023
1 parent 71a3e29 commit 5017218
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changes/8e75f266-7a58-43de-a2e2-e302fda060e2.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/9b1c774d-9502-4b23-9bdb-623362d1162a.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/c22109ec-d1c9-4170-a789-60f384dcfd58.json

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.27.1-beta] - 06/19/2023

### Fixes
* [#815](https://github.com/awslabs/aws-sdk-kotlin/issues/815) Fix a bug in forming S3 WriteGetObjectResponse's host path

### Miscellaneous
* Sync AWS service models.
* Update user agent header to new cross-SDK format

## [0.27.0-beta] - 06/09/2023

### Miscellaneous
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ kotlin.mpp.enableCompatibilityMetadataVariant=true
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G

# sdk
sdkVersion=0.27.1-SNAPSHOT
sdkVersion=0.27.1-beta

# codegen
smithyVersion=1.29.0
Expand Down Expand Up @@ -39,4 +39,4 @@ mockkVersion=1.13.3
slf4jVersion=2.0.6

# dokka config (values specified at build-time as needed)
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinVersion/
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinVersion/

0 comments on commit 5017218

Please sign in to comment.