Skip to content

Commit 1156424

Browse files
chore: release 1.0.8
1 parent ee9249f commit 1156424

File tree

4 files changed

+12
-14
lines changed

4 files changed

+12
-14
lines changed

.changes/c8ccff8e-460a-4e91-8f81-d09180636dea.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changes/d7c1e490-7fc3-48fe-8faf-914a5f09c671.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [1.0.8] - 12/01/2023
4+
5+
### Features
6+
* (**qconnect**) This release adds the PutFeedback API and allows providing feedback against the specified assistant for the specified target.
7+
* (**rbin**) Added resource identifier in the output and updated error handling.
8+
* (**verifiedpermissions**) Adds description field to PolicyStore API's and namespaces field to GetSchema.
9+
* [#1132](https://github.com/awslabs/aws-sdk-kotlin/issues/1132) Pass client-configured LogMode through to internal credentials providers
10+
11+
### Miscellaneous
12+
* Add optional `configurationSource` parameter to `ProfileCredentialsProvider`
13+
314
## [1.0.7] - 11/30/2023
415

516
### Features

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
66
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G
77

88
# sdk
9-
sdkVersion=1.0.8-SNAPSHOT
9+
sdkVersion=1.0.8
1010

1111
# kotlin
1212
kotlinVersion=1.9.20

0 commit comments

Comments
 (0)