diff --git a/CHANGELOG.md b/CHANGELOG.md index df315f3..cc56b13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.30b1 (2022-02-01) + +* specify columns on insert to be more robust regarding schema changes (thanks to @jonico) + # 0.30b0 (2021-12-29) * increased PBKDF2 iteration count for v00 encryption from 10000 to 512000 diff --git a/index.php b/index.php index 2ac924f..2cbf23f 100644 --- a/index.php +++ b/index.php @@ -1,8 +1,8 @@