Skip to content

Commit 66f12f5

Browse files
committed
fix(changelog): add latest changes in the unreleased version
1 parent 043dd53 commit 66f12f5

File tree

1 file changed

+42
-8
lines changed

1 file changed

+42
-8
lines changed

CHANGELOG.md

Lines changed: 42 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,58 @@
11
# Change log
22

3+
All notable changes to this project will be documented in this file.
4+
See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
5+
6+
## 3.0.0 (Unreleased)
7+
8+
### Added
9+
10+
- go.mod
11+
- delete server and all attached storages
12+
- a build script with more code quality checks
13+
- go-vcr to tests
14+
- Host, Firewall, Network, Router resources from UpCloud API 1.3
15+
- Storage import resource
16+
17+
### Changed
18+
19+
- Bumb Go version to 1.14
20+
- Converted API calls from XML to JSON
21+
- default zone from hel1 to hel2
22+
- only build PRs and merges to master
23+
- raise mininum required version to 1.13
24+
- Changelog format to include different lists
25+
- Bumb UpCloud API from 1.2 to 1.3 and expand with new functionalities
26+
- Postman collection to UpCloud API 1.3 and JSON
27+
28+
### Removed
29+
30+
- Removed the plan, price, price_zone and timezone UpCloud resources
31+
- XML api calls
32+
33+
### Fixed
34+
35+
- Timeout issues
36+
337
## 2.0.0
438

5-
* moved project to UpCloud's own GitHub organization
6-
* raise the minimum required Go version to 1.7
39+
- moved project to UpCloud's own GitHub organization
40+
- raise the minimum required Go version to 1.7
741

842
## 1.1.0
943

10-
* improve documentation
11-
* remove ability to override the API base URL and version
44+
- improve documentation
45+
- remove ability to override the API base URL and version
1246

1347
## 1.0.2
1448

15-
* remove credentials related getters and setters from `Client`
16-
* hopefully fix CD-ROM integration tests for good by performing all operations while the server is stopped
49+
- remove credentials related getters and setters from `Client`
50+
- hopefully fix CD-ROM integration tests for good by performing all operations while the server is stopped
1751

1852
## 1.0.1
1953

20-
* minor tweaks to the integration tests
21-
* correct the package name in the README installation instructions
54+
- minor tweaks to the integration tests
55+
- correct the package name in the README installation instructions
2256

2357
## 1.0.0
2458

0 commit comments

Comments
 (0)