CHANGELOG
=========

Version 1.1 (2025-01-29)
---------------------------

- Second release of PyAwaish.
- Added dynamic MySQL configuration through a web interface.
- Implemented template rendering for `config_mysql.html` and `home.html`.
- Developed `/execute_query` endpoint for executing MySQL queries.
- Supported CRUD operations: insert, delete, update, fetch_data.
- Enabled secure database connection using environment variables.
- Provided RESTFul API design for interaction with MySQL.
- Fixed the code markdown in readme.rst file
- Added warning messages

Version 1.2 (2025-01-30)
---------------------------

- Added support for `.env` file configuration.
- Improved error handling for missing secret keys.
- Optimized database connection initialization.
- Introduced custom secret key initialization.

Version 1.3 (2025-01-30)
---------------------------

- Bug fixed.