## 0.2.1

* Changed 'service' argument to 'yaml_tag' to be clear on usage and to further
separate from keyring usage.
* Allowed prevention of password saving to env via `option('shelter.save.env')`.
* Added helper functions for exporting keyring to production override formats.

## 0.2.0

* Added automatic conversion of older keyring package lockers. Note: If user
code has direct calls to keyring package to manipulate keys, then this
could fail in unexpected ways. This function will be removed after 7/1/2026.

## 0.1.1

* Minor cleanup
* Removed remote possibility of local memory cache issue.

## 0.1.0

* Initial release
