Skip to content

Commit 52adcba

Browse files
committed
Prepare for release 1.9.0
1 parent a9a4d49 commit 52adcba

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## [1.9.0] - 2023-06-06
4+
* New: add BOM
5+
36
## [1.8.0] - 2023-05-31
47
* New(tempest2): Adds `Attribute.allowEmpty` to support nullable, prefixed fields
58

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,13 +486,13 @@ public List<String> getAlbumTrackTitles(String albumToken) {
486486
For AWS SDK 1.x:
487487
488488
```groovy
489-
implementation "app.cash.tempest:tempest:1.8.0"
489+
implementation "app.cash.tempest:tempest:1.9.0"
490490
```
491491
492492
For AWS SDK 2.x:
493493
494494
```groovy
495-
implementation "app.cash.tempest:tempest2:1.8.0"
495+
implementation "app.cash.tempest:tempest2:1.9.0"
496496
```
497497
498498
## Migrating From Tempest 1 to Tempest 2

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kotlin.code.style=official
22

33
GROUP=app.cash.tempest
4-
VERSION_NAME=1.8.0-SNAPSHOT
4+
VERSION_NAME=1.9.0
55

66
#org.gradle.jvmargs=-Xmx2024m
77

0 commit comments

Comments
 (0)