- Fixed a bug where it was looking up .env instead of .env.vault [18](https://github.com/dotenv-org/python-dotenv-vault/pull/18)
0.6.2
Changed
- Look for .env.vault file at same location as .env file. Finds .env file anywhere in app (just like original python lib) [13](https://github.com/dotenv-org/python-dotenv-vault/pull/13)
0.6.1
Changed
- Fix fallback issue with gunicorn not respecting the current working directory when attempting to call `find_dotenv`. [17](https://github.com/dotenv-org/python-dotenv-vault/pull/17)