Skip to content

Commit 77aaeb0

Browse files
authored
fix changelog (#76)
1 parent 1d1fce3 commit 77aaeb0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

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

1010
## [1.19.0] - 2025-02-05
1111

12-
- Add `on_spot_discontinue` parameter for instance OS volumes. Previously the policy was always `'move_to_trash'`, now it can be set to `'delete_permanently'` or `'keep_detached'`:
12+
### Added
13+
14+
- Add `on_spot_discontinue` parameter for instance OS volumes. Previously the policy was always `'keep_detached'`, now it can be set to `'move_to_trash'` or `'delete_permanently'`:
1315
```python
1416
instance = verda_client.instances.create(
1517
hostname='test-instance',

0 commit comments

Comments
 (0)