[1.0.0](https://github.com/nickderobertis/py-app-conf/compare/v0.5.0...v1.0.0) (2022-05-29)
Bug Fixes
* Ensure that class-level settings is separate object from instance-level settings ([15ef27b](https://github.com/nickderobertis/py-app-conf/commit/15ef27b9196468dcf877c2865680b1711ca41145))
* Merge branch 'alpha' ([3c092be](https://github.com/nickderobertis/py-app-conf/commit/3c092be3a8353270707c1ec23fa1b5d14e5d455f))
Features
* Add support for generating model schema ([3df8993](https://github.com/nickderobertis/py-app-conf/commit/3df8993a07fdc4a54b0005b0177a070ceded582b))
BREAKING CHANGES
* AppConfig is no longer a pydantic model, it is a custom class instead.