# 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).
## [Unreleased]
## [0.1.0] - 2026-01-19
### Added
- Initial release
- Organization tools: `list_orgs`, `get_org_status`
- Workflow run tools: `list_runs`, `get_run`
- Job tools: `get_job`, `get_job_logs`
- Test tools: `get_job_tests`, `get_failed_tests`
- Usage tools: `get_current_usage`, `get_invoice_amount`
- Session cookie authentication
- TypeScript with strict mode
- MIT license