Skip to content

Commit

Permalink
Prepare for release 1.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhxnlai committed May 29, 2021
1 parent 39a686d commit 71f8eb3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [1.5.0] - 2021-05-28

* New: Add async and suspending APIs for SDK 2.x (#48)
* New: In SDK 1.x, save now returns a copy of locally updated attributes (#55).

## [1.4.1] - 2021-04-22

* Fixed: Improve error message (#44)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -486,13 +486,13 @@ You build business logic with logical types. Tempest handles mapping them to the
For AWS SDK 1.x:

```groovy
implementation "app.cash.tempest:tempest:1.4.1"
implementation "app.cash.tempest:tempest:1.5.0"
```

For AWS SDK 2.x:

```groovy
implementation "app.cash.tempest:tempest2:1.4.1"
implementation "app.cash.tempest:tempest2:1.5.0"
```

## License
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
kotlin.code.style=official

GROUP=app.cash.tempest
VERSION_NAME=1.4.1-SNAPSHOT
VERSION_NAME=1.5.0

POM_URL=https://github.com/square/tempest/
POM_SCM_URL=https://github.com/square/tempest/
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ plugins:

extra:
versions:
tempest: '1.4.1'
tempest: '1.5.0'

nav:
- 'Overview': index.md
Expand Down

0 comments on commit 71f8eb3

Please sign in to comment.