You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,15 @@ All versions prior to 1.0.0 are untracked.
9
9
10
10
## [Unreleased]
11
11
12
+
## [1.0.1] - 2024-04-18
13
+
14
+
### Added
15
+
- Added support for pre v1.0 signatures used in production. This is only provided for verification and replicates the experimental behavior at v0.2, bug for bug.
16
+
- Added support for displaying fingerprints of certificates when using signing certificates
17
+
18
+
### Fixed
19
+
- Fix bug in CLI scripts where even if signature verification failed, the script would also output that verification passed and exit with success error code.
20
+
- Docker containers wrapping around the CLI have been changed to support the updated CLI
12
21
13
22
## [1.0.0] - 2024-04-04
14
23
@@ -24,5 +33,6 @@ All versions prior to 1.0.0 are untracked.
24
33
-[Demo notebook](https://colab.sandbox.google.com/drive/18IB_uipduXYq0ohMxJv2xHfeihLIcGMT) to showcase API and CLI examples.
0 commit comments