Skip to content

Commit e9746ee

Browse files
committed
Prepare for release 1.4.1.
1 parent 3f5d1b6 commit e9746ee

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

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

3+
## [1.4.1] - 2021-04-22
4+
5+
* Fixed: Improve error message (#44)
6+
* Fixed: Improve documentation (#43, #46).
7+
38
## [1.4.0] - 2021-03-08
49

510
* New: `tempest-testing` APIs for testing DynamoDB clients using DynamoDBLocal (#33).

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,13 +422,13 @@ You build business logic with logical types. Tempest handles mapping them to the
422422
For AWS SDK 1.x:
423423

424424
```groovy
425-
implementation "app.cash.tempest:tempest:1.4.0"
425+
implementation "app.cash.tempest:tempest:1.4.1"
426426
```
427427

428428
For AWS SDK 2.x:
429429

430430
```groovy
431-
implementation "app.cash.tempest:tempest2:1.4.0"
431+
implementation "app.cash.tempest:tempest2:1.4.1"
432432
```
433433

434434
## License

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.4.0-SNAPSHOT
4+
VERSION_NAME=1.4.1
55

66
POM_URL=https://github.com/square/tempest/
77
POM_SCM_URL=https://github.com/square/tempest/

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ plugins:
5050

5151
extra:
5252
versions:
53-
tempest: '1.4.0'
53+
tempest: '1.4.1'
5454

5555
nav:
5656
- 'Overview': index.md

0 commit comments

Comments
 (0)