File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
7589Initial 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
You can’t perform that action at this time.
0 commit comments