Skip to content

Commit c5801bb

Browse files
author
René Moser
authored
Prepare release 1.2.0 (#38)
1 parent 045f385 commit c5801bb

2 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,26 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## v1.2.0 (2020-11-24)
6+
7+
### Minor changes
8+
9+
- Added option `attach` to volume.
10+
- Added option `detach` to volume.
11+
- Added option `assign` to floating IP to simplify assignment.
12+
- Improved progress output.
13+
14+
### Bug fixes
15+
16+
- Fixed `floating-ip` to also identify by IP only (without CIDR).
17+
518
## v1.1.0 (2020-11-14)
619

720
### Minor changes
821

922
- cloudscale-sdk updated to 0.5.0.
10-
- Add option `--detach` for volumes to detach.
11-
- Add natural sort for table output.
23+
- Added `--detach` param to update option for volumes to detach.
24+
- Added natural sort for table output.
1225

1326
## v1.0.1 (2020-10-09)
1427

cloudscale_cli/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.1.0'
1+
__version__ = '1.2.0'

0 commit comments

Comments
 (0)