From 09740f679fd161d065af0d4bd300c5c333e2ee92 Mon Sep 17 00:00:00 2001 From: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com> Date: Thu, 3 Jun 2021 11:01:06 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30c2b3f..66318df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Unreleased +Features: +* K8s auth method is now supported [GH-218](https://github.com/hashicorp/vault-action/pull/218) +* Custom auth method mount points is configurable [GH-218](https://github.com/hashicorp/vault-action/pull/218) + ## 2.2.0 (May 6th, 2021) Security: