# 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).

## [1.0.1] - 2024-06-24

### Fixed
- Fixed bin path configuration in package.json (removed leading ./)
- Fixed repository URL format in package.json

### Changed
- Updated README with correct npx installation instructions
- Added version badges and download statistics
- Improved installation and configuration documentation
- Added installation verification section

### Added
- Added changelog file
- Added update history in README

## [1.0.0] - 2024-06-24

### Added
- Initial release
- 5 core MCP tools for DingTalk honor management:
  - Grant honor to employees (`mcp_dingtalk-honor_grantHonor`)
  - Query organization honors (`mcp_dingtalk-honor_queryOrgHonors`)
  - Query user honors (`mcp_dingtalk-honor_queryUserHonors`)
  - Create honor template (`mcp_dingtalk-honor_createOrgHonor`)
  - Recall honor (`mcp_dingtalk-honor_recallHonor`)
- Smart token management with automatic caching and refresh
- Configuration-driven architecture with YAML
- Full TypeScript support with type definitions
- CLI binary for global installation
- Comprehensive documentation
- MIT License

[1.0.1]: https://www.npmjs.com/package/dingtalk-honor-mcp/v/1.0.1
[1.0.0]: https://www.npmjs.com/package/dingtalk-honor-mcp/v/1.0.0
