Skip to content

Commit f784506

Browse files
committed
added changelog entries
1 parent f5a42c1 commit f784506

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- `LongTermService` with `get_cluster_periods()` and `get_instance_periods()` methods
1313
- `VolumesService.delete_by_id()` method using `DELETE /v1/volumes/{volume_id}` endpoint
1414
- Support for querying OS images by instance type via `verda.images.get(instance_type=...)`
15+
- Apache 2.0 license headers to all source files
1516

1617
### Changed
1718

1819
- Refactored `Image` model to use `@dataclass` and `@dataclass_json` for consistency with `Instance` and `Volume`
20+
- License changed from MIT to Apache 2.0
1921

2022
## [1.24.0] - 2026-03-30
2123

0 commit comments

Comments
 (0)