Skip to content

Commit

Permalink
chore: release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Oct 23, 2023
1 parent c51bf4b commit 591438e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changes/8f37dc92-0373-48a3-8b3a-b5ca575fce6c.json

This file was deleted.

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

## [0.8.0] - 10/23/2023

### Miscellaneous
* Bump minor version for internal versioning compatibility

## [0.7.4] - 10/23/2023
### Miscellaneous
* Upgrade Gradle's heap and metaspace memory allocations
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kotlin.code.style=official
kotlin.mpp.stability.nowarn=true

# aws-crt-kotlin
sdkVersion=0.8.0-SNAPSHOT
sdkVersion=0.8.0

# kotlin
kotlinVersion=1.9.10
Expand All @@ -24,4 +24,4 @@ crtJavaVersion=0.27.4
publishGroupName=aws.sdk.kotlin.crt

# gradle
org.gradle.jvmargs=-Xmx2G -XX:MaxMetaspaceSize=1G
org.gradle.jvmargs=-Xmx2G -XX:MaxMetaspaceSize=1G

0 comments on commit 591438e

Please sign in to comment.