Skip to content

Commit 9b3c380

Browse files
chore: release 1.2.6
1 parent 95d9b34 commit 9b3c380

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

.changes/7c1e4ec8-d975-498d-affa-ce470d268785.json

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

CHANGELOG.md

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

3+
## [1.2.6] - 06/05/2024
4+
5+
### Fixes
6+
* [#1098](https://github.com/smithy-lang/smithy-kotlin/issues/1098) Silently ignore empty/blank proxy host values from environment variables or system properties instead of throwing exceptions
7+
38
## [1.2.5] - 05/28/2024
49

510
### Fixes

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ kotlinx.atomicfu.enableNativeIrTransformation=false
1313
org.gradle.jvmargs=-Xmx2G -XX:MaxMetaspaceSize=1G
1414

1515
# SDK
16-
sdkVersion=1.2.6-SNAPSHOT
16+
sdkVersion=1.2.6
1717

1818
# codegen
19-
codegenVersion=0.32.6-SNAPSHOT
19+
codegenVersion=0.32.6

0 commit comments

Comments
 (0)