From 7bdca2e30b7313d50ea19d26c3722c7a3bf63a01 Mon Sep 17 00:00:00 2001 From: Tim Gross Date: Tue, 13 Sep 2022 10:25:26 -0400 Subject: [PATCH] changelog entry for variables (#14509) --- .changelog/13000.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/13000.txt diff --git a/.changelog/13000.txt b/.changelog/13000.txt new file mode 100644 index 000000000..b09af38b4 --- /dev/null +++ b/.changelog/13000.txt @@ -0,0 +1,3 @@ +```release-note:feature +**Variables:** Added support for storing encrypted configuration values. +```