Skip to content

Commit

Permalink
chore: release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Jul 14, 2022
1 parent 29cf558 commit 119c8fb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changes/9bbbf88e-193f-4efa-955a-10c17c1d7e83.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/e1fa257d-73b3-4616-8c39-f32956008124.json

This file was deleted.

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

## [0.12.0] - 07/14/2022

### Fixes
* **Breaking**: Generate `List<T>` members for all collection types. (Previously, `Set<T>` would be generated for lists decorated with `@uniqueItems`.)
* **Breaking**: Move DSL overloads on generated clients to extension methods

## [0.11.2] - 07/08/2022

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

# SDK
sdkVersion=0.12.0-SNAPSHOT
sdkVersion=0.12.0

# kotlin
kotlinVersion=1.7.0
Expand Down Expand Up @@ -46,4 +46,4 @@ kotlinLoggingVersion=2.1.21
slf4jVersion=1.7.36

# crt
crtKotlinVersion=0.6.2
crtKotlinVersion=0.6.2

0 comments on commit 119c8fb

Please sign in to comment.