diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..954f346 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# v3.3.0 (2018-05-21) + +- Change the crate license to LGPL 3.0. +- Adapt the crate version number according to the bundled `libnitrokey` + version. +- Include a copy of `libnitrokey`. +- Compile `libnitrokey` from source. +- Generate the `bindgen` bindings statically and add them to the repository. + +# v0.1.0 (2018-05-20) + +- Initial release. |