From 260b5027b1400e027192b0aa60798b7825b72785 Mon Sep 17 00:00:00 2001 From: Pierre Penninckx Date: Fri, 29 Nov 2024 23:21:26 +0100 Subject: [PATCH] bump selfhostblocks to v0.2.4 (#385) Co-authored-by: ibizaman --- CHANGELOG.md | 9 +++++++++ VERSION | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60c1b7b..bef5257 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,10 +14,19 @@ Template: # Upcoming Release +# v0.2.4 + +## Other Changes + +- Fix modules using backup contract. + +# v0.2.3 + ## Breaking Changes - Options `before_backup` and `after_backup` for backup contract have been renamed to `beforeBackup` and `afterBackup`. +- All options using the backup and databasebackup contracts now use the new style. ## Other Changes diff --git a/VERSION b/VERSION index 373f8c6..72f9fa8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.3 \ No newline at end of file +0.2.4 \ No newline at end of file