Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit c93e633

Browse files
committed
Prepare Release 1.6.x
1 parent 7622aaa commit c93e633

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

ChangeLog.md

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

3+
## 1.6.0
4+
5+
### Story
6+
7+
- Let Postgres cascade deletes instead of using the deprecated persistant feature
8+
- Use the same rollback logic as db-sync
39

410
## 1.5.0
511

smash-servant-types/smash-servant-types.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 1.12
22
name: smash-servant-types
3-
version: 1.5.0
3+
version: 1.6.0
44
description:
55
Shared servant API types for SMASH
66

smash/smash.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 1.12
22
name: smash
3-
version: 1.5.0
3+
version: 1.6.0
44
description:
55
Please see the README on GitHub at <https://github.com/input-output-hk/smash#readme>
66

0 commit comments

Comments
 (0)