Skip to content

Commit

Permalink
chore: release 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed May 19, 2022
1 parent 3420758 commit 3e89fe6
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 20 deletions.
8 changes: 0 additions & 8 deletions .changes/114d9286-0fe0-4d31-891b-fe0e8f1c9dcd.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/88581b9f-34b0-4509-8eaf-481efd2cbdf1.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/8ca59a5e-f734-4b5f-877e-848740bca124.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.9.2] - 05/19/2022

### Features
* [#129](https://github.com/awslabs/smithy-kotlin/issues/129) Allow omission of input in service method calls where no parameters are required.

### Fixes
* Handle invalid (empty) description term headers when generating documentation.
* Don't escape markdown within preformat blocks in documentation.

## [0.9.1] - 05/13/2022

### Features
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kotlin.mpp.stability.nowarn=true
kotlin.native.ignoreDisabledTargets=true

# SDK
sdkVersion=0.9.2-SNAPSHOT
sdkVersion=0.9.2

# kotlin
kotlinVersion=1.6.10
Expand Down Expand Up @@ -40,4 +40,4 @@ kotlinLoggingVersion=2.0.3
slf4jVersion=1.7.30

# crt
crtKotlinVersion=0.5.4
crtKotlinVersion=0.5.4

0 comments on commit 3e89fe6

Please sign in to comment.