# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v1.1.0] - 2025-12-02
### :sparkles: New Features
- [`a60efeb`](https://github.com/hsiangjenli/python-mcp-template/commit/a60efeb0fbefc366612c78a54690e7899c12bf84) - update README with new MCP server run commands and add main_http.py for HTTP support *(commit by [@hsiangjenli](https://github.com/hsiangjenli))*
- [`68491cd`](https://github.com/hsiangjenli/python-mcp-template/commit/68491cd3f877b67a07391bc16faf5ce3fcff315a) - add GitHub Actions workflow for automatic changelog and release *(commit by [@hsiangjenli](https://github.com/hsiangjenli))*
- [`6a1dbf4`](https://github.com/hsiangjenli/python-mcp-template/commit/6a1dbf4e8b10ec201dc0da121d9af19616164e8f) - add pre-commit configuration and code quality checks *(commit by [@hsiangjenli](https://github.com/hsiangjenli))*
- [`145f7b8`](https://github.com/hsiangjenli/python-mcp-template/commit/145f7b8430abbb98d93ba7a559740e669e54a2fb) - update uv.lock *(commit by [@hsiangjenli](https://github.com/hsiangjenli))*
### :bug: Bug Fixes
- [`0243385`](https://github.com/hsiangjenli/python-mcp-template/commit/0243385ed71bf7edbe200e661ddc659f9bb0c676) - update Field examples in schemas.py for consistency *(commit by [@hsiangjenli](https://github.com/hsiangjenli))*
[v1.1.0]: https://github.com/hsiangjenli/python-mcp-template/compare/v1.0.4...v1.1.0