diff --git a/ci/release_notes.md b/ci/release_notes.md deleted file mode 100644 index 5d9b0db..0000000 --- a/ci/release_notes.md +++ /dev/null @@ -1,15 +0,0 @@ -# New Features - -- `safe init` is a new command that lets you initialize a new - Vault with custom keying configuration, greatly simplifying - standup operations. - -- `safe rekey` now features the same flags as `safe init` for - consistency and uniformity. - -- `safe renew` is a new command that lets you renew the current - token (if it is renewable, which root tokens generally aren't) - -# Improvements - -- Remove silly debugging statement that escaped into the wild.