Skip to content

Commit 6d04320

Browse files
authored
Merge pull request #21 from cryptosense/release-2-2-0
Release version 2.2.0
2 parents d7cee2e + 0d5c2a4 commit 6d04320

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

1010
_There are no unreleased changes at the moment._
1111

12+
## [2.2.0] - 2022-05-20
13+
14+
### Fixed
15+
16+
* Fix exit code and error message for several error cases (project not found, trace name
17+
already taken, etc).
18+
* Improve error message when certificate validation fails.
19+
* Initialize libcurl only once per run instead of once per request.
20+
21+
### Added
22+
23+
* Add `--ca-file` option to choose trusted CAs.
24+
* Add support for Windows.
25+
1226
## [2.1.0] - 2021-04-13
1327

1428
### Added
@@ -74,7 +88,9 @@ _There are no unreleased changes at the moment._
7488

7589
Initial release.
7690

77-
[Unreleased]: https://github.com/cryptosense/api-client/compare/2.0.2...HEAD
91+
[Unreleased]: https://github.com/cryptosense/api-client/compare/2.2.0...HEAD
92+
[2.2.0]: https://github.com/cryptosense/api-client/compare/2.1.0...2.2.0
93+
[2.1.0]: https://github.com/cryptosense/api-client/compare/2.0.2...2.1.0
7894
[2.0.2]: https://github.com/cryptosense/api-client/compare/2.0.1...2.0.2
7995
[2.0.1]: https://github.com/cryptosense/api-client/compare/2.0.0...2.0.1
8096
[2.0.0]: https://github.com/cryptosense/api-client/compare/1.0.0...2.0.0

0 commit comments

Comments
 (0)