Skip to content

Commit eae4d80

Browse files
kwentclaude
andcommitted
Update CHANGELOG for v1.0.0 release
Documented all changes in the v1.0.0 release including new API endpoints, breaking changes, bug fixes, and the GitHub Actions workflow improvements. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 1c1b453 commit eae4d80

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.0] - 2025-10-16
11+
1012
### Added
13+
- GitHub Actions publishing workflow for automated PyPI releases on git tags
1114
- New API endpoints for alert sources (create, read, update, delete, list)
1215
- Communications API endpoints for groups, stages, templates, and types
13-
- User email addresses and phone numbers management endpoints
16+
- User email addresses and phone numbers management endpoints
1417
- User update endpoint
1518
- Alert fields API endpoints
1619
- New task types: Coda page creation, Anthropic and Google Gemini chat completions
@@ -33,6 +36,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3336
- Updated various model attributes for better type safety
3437

3538
### Fixed
39+
- GitHub Actions workflow: Added `--system` flag for uv pip install in CI environment
40+
- GitHub Actions workflow: Install package dependencies before testing imports
3641
- Updated httpx dependency constraint to `>=0.20.0,<0.29.0`
3742
- Improved error handling across multiple endpoints
3843
- Better type definitions for various model attributes

0 commit comments

Comments
 (0)