bump selfhostblocks to v0.2.4 (#385)
Co-authored-by: ibizaman <ibizapeanut@gmail.com>
This commit is contained in:
parent
34c4b75871
commit
a83d763fac
2 changed files with 10 additions and 1 deletions
|
|
@ -14,10 +14,19 @@ Template:
|
||||||
|
|
||||||
# Upcoming Release
|
# Upcoming Release
|
||||||
|
|
||||||
|
# v0.2.4
|
||||||
|
|
||||||
|
## Other Changes
|
||||||
|
|
||||||
|
- Fix modules using backup contract.
|
||||||
|
|
||||||
|
# v0.2.3
|
||||||
|
|
||||||
## Breaking Changes
|
## Breaking Changes
|
||||||
|
|
||||||
- Options `before_backup` and `after_backup` for backup contract have been renamed to
|
- Options `before_backup` and `after_backup` for backup contract have been renamed to
|
||||||
`beforeBackup` and `afterBackup`.
|
`beforeBackup` and `afterBackup`.
|
||||||
|
- All options using the backup and databasebackup contracts now use the new style.
|
||||||
|
|
||||||
## Other Changes
|
## Other Changes
|
||||||
|
|
||||||
|
|
|
||||||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
0.2.3
|
0.2.4
|
||||||
Loading…
Reference in a new issue