From 2cd48eddb864f240ef073d457e639391679f9674 Mon Sep 17 00:00:00 2001 From: Matt Lehman Date: Tue, 25 Apr 2023 14:48:44 -0700 Subject: [PATCH] Update CHANGELOG in advance of 3.1.124 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28bb6fcc9..3164d0b4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ # Changelog +## 2023/4/25 3.1.124 +*V1 Backups will be removed in the next release* +Increment cross regional duplicate tokens to replicate the policy we have been applying manually. (#1048) +Fix Github CI by explicitly creating necessary directories. (#1045) +Always TTL backups. (#1038) +Fix backup verification race condition causing missing notifications (#1034) +Reveal hook to allow operators to restore just to the most recent snapshot (#1035) +Reveal property to enable auto_snapshot. (#1031) + ## 2023/2/27 3.1.123 Switch from com.google.inject to JSR-330 javax.inject annotations for better compatibility (#1029)