All notable changes to this project will be documented in this file.
## [1.0.1] - 2026-03-11
### IMPROVEMENTS
✅ **Simplified Installation** - Convert project to installable Python package for convenient pip-based installation and deployment.
✅ **Enhanced Configuration** - Rebranding MCP server name to `dohatec-jira` and CLI command to `dohatec-jira-mcp` for consistency across platforms.
✅ **Documentation Improvements** - Simplified README with clearer setup instructions, moved development-specific content to dedicated DEVELOPMENT.md file, and improved gitignore handling.
✅ **Configuration Management** - Switched to JSON-only configuration approach for improved cross-platform compatibility and reduced environment variable complexity.
✅ **Project Structure** - Reorganized installation and setup documentation for better clarity and easier onboarding.
### COMMITS
- 5adc016 - feat: Convert project to installable Python package