What's Changed
* Improve env loading and handle InvalidBucketState error by Alveel in https://github.com/Alveel/minio-manager/pull/40
* Add some needed default permissions to policy base by Alveel in https://github.com/Alveel/minio-manager/pull/41
* Fix regression and add more debug logging by Alveel in https://github.com/Alveel/minio-manager/pull/42
* Fix McWrapper bugs by Alveel in https://github.com/Alveel/minio-manager/pull/43
* Properly use TemporaryDirectory, fix cleanup issue by Alveel in https://github.com/Alveel/minio-manager/pull/44
* Improve McWrapper temp file usage, simplify a bit by Alveel in https://github.com/Alveel/minio-manager/pull/45
* Improve temp file handling for SecretManager, clean up automatically generated policies by Alveel in https://github.com/Alveel/minio-manager/pull/46
* Use TemporaryFile.name for logs by Alveel in https://github.com/Alveel/minio-manager/pull/47
* Put dotenv in init by Alveel in https://github.com/Alveel/minio-manager/pull/48
* Fix AccessDenied missing positional argument by Alveel in https://github.com/Alveel/minio-manager/pull/49
* Introduce Settings class and other improvements by Alveel in https://github.com/Alveel/minio-manager/pull/50
**Full Changelog**: https://github.com/Alveel/minio-manager/compare/0.2.1...0.3.0-beta.1