## Unreleased Security: * multi-line secrets are now properly masked in logs [GH-208](https://github.com/hashicorp/vault-action/pull/208): CVE allocation pending Features: * JWT auth method is now supported [GH-188](https://github.com/hashicorp/vault-action/pull/188) ## 2.1.2 (January 21st, 2021) Bugs: * fixed bug where newlines were being rendered for multi-line secrets [GH-173](https://github.com/hashicorp/vault-action/pull/173) ## 2.1.1 (December 15th, 2020) Improvements: * bump jest from 26.5.0 to 26.6.3 [GH-150](https://github.com/hashicorp/vault-action/pull/150) * bump semantic-release from 17.1.2 to 17.3.0 [GH-158](https://github.com/hashicorp/vault-action/pull/158) * bump got from 11.7.0 to 11.8.1 [GH-163](https://github.com/hashicorp/vault-action/pull/163) * bump @types/jest from 26.0.14 to 26.0.19 [GH-164](https://github.com/hashicorp/vault-action/pull/164) * bump ini from 1.3.5 to 1.3.8 [GH-167](https://github.com/hashicorp/vault-action/pull/167) ## 2.1.0 (October 6th, 2020) Features: * Added `exportToken` to share the Vault token as an environment variable [GH-127](https://github.com/hashicorp/vault-action/pull/127) Security: * `action/core` updated to 1.2.6 to address minor CVE [GH-130](https://github.com/hashicorp/vault-action/pull/130) ## 2.0.1 (September 15th, 2020) Improvements: * bump node-fetch from 2.6.0 to 2.6.1 [GH-110](https://github.com/hashicorp/vault-action/pull/110) * bump lodash from 4.17.15 to 4.17.20 [GH-111](https://github.com/hashicorp/vault-action/pull/111) * bump npm from 6.14.4 to 6.14.8 [GH-112](https://github.com/hashicorp/vault-action/pull/112) * bump @types/jest from 25.1.5 to 26.0.13 [GH-114](https://github.com/hashicorp/vault-action/pull/114) * bump @actions/core from 1.2.3 to 1.2.5 [GH-115](https://github.com/hashicorp/vault-action/pull/115) * bump jest from 25.2.7 to 26.4.2 [GH-116](https://github.com/hashicorp/vault-action/pull/116) * bump got from 11.5.1 to 11.6.2 [GH-117](https://github.com/hashicorp/vault-action/pull/117) * update jsonata to version 1.8.3 [GH-118](https://github.com/hashicorp/vault-action/pull/118) * update dev dependencies [GH-119](https://github.com/hashicorp/vault-action/pull/119) * update kind-of to version 6.0.3 [GH-120](https://github.com/hashicorp/vault-action/pull/120) ## 2.0.0 (August 24th, 2020) Features: * Added TLS and mTLS support [GH-97](https://github.com/hashicorp/vault-action/pull/97) Improvements: * Breaking change: removed KV specific parameters and generalized secret UX [GH-102](https://github.com/hashicorp/vault-action/pull/102) Bugs: