Skip to content

Commit 0a2c79a

Browse files
committed
chore: release 0.8.0
1 parent 262966f commit 0a2c79a

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

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

3+
## [0.8.0] - 03/24/2022
4+
5+
### Breaking changes
6+
* introduce opaque KMP default HTTP client engine [#606](https://github.com/awslabs/smithy-kotlin/pull/606)
7+
8+
### New features
9+
* bootstrap event streams [#597](https://github.com/awslabs/smithy-kotlin/pull/597)
10+
11+
### Fixes
12+
* temporarily handle httpchecksum trait the same as httpchecksumrequired [#608](https://github.com/awslabs/smithy-kotlin/pull/608)
13+
14+
### Miscellaneous
15+
* add convenience function for decoding URL components [#607](https://github.com/awslabs/smithy-kotlin/pull/607)
16+
* fix pagination design docs [#600](https://github.com/awslabs/smithy-kotlin/pull/600)
17+
318
## [0.7.8] - 02/17/2022
419

520
### New features

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kotlin.mpp.stability.nowarn=true
55
kotlin.native.ignoreDisabledTargets=true
66

77
# SDK
8-
sdkVersion=0.7.9-SNAPSHOT
8+
sdkVersion=0.8.0
99

1010
# kotlin
1111
kotlinVersion=1.6.10
@@ -41,4 +41,4 @@ kotlinLoggingVersion=2.0.3
4141
slf4jVersion=1.7.30
4242

4343
# crt
44-
crtKotlinVersion=0.5.4-SNAPSHOT
44+
crtKotlinVersion=0.5.4

0 commit comments

Comments
 (0)