diff --git a/CHANGELOG.md b/CHANGELOG.md index e532066..bc94862 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v0.8.0] - 2025-12-11 + ### Added - **Trading & Market Integration** (`steam_trading.py`) - `get_trade_offers` - Get incoming/outgoing trade offers with item details @@ -203,7 +205,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Docker Compose configuration - Comprehensive README with usage instructions -[Unreleased]: https://github.com/CodeKeanu/steam-mcp/compare/v0.7.1...HEAD +[Unreleased]: https://github.com/CodeKeanu/steam-mcp/compare/v0.8.0...HEAD +[v0.8.0]: https://github.com/CodeKeanu/steam-mcp/compare/v0.7.1...v0.8.0 [v0.7.1]: https://github.com/CodeKeanu/steam-mcp/compare/v0.7.0...v0.7.1 [v0.7.0]: https://github.com/CodeKeanu/steam-mcp/compare/v0.6.0...v0.7.0 [v0.6.0]: https://github.com/CodeKeanu/steam-mcp/compare/v0.5.4...v0.6.0 diff --git a/pyproject.toml b/pyproject.toml index 1d48a6a..87b674c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "steam-mcp" -version = "0.7.1" +version = "0.8.0" description = "Steam API integration via Model Context Protocol (MCP)" readme = "README.md" license = "MIT"