Skip to content

Commit

Permalink
Release v0.8.3 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
voltone authored Jun 7, 2021
1 parent 33ddd87 commit 92ac8d5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changes

## v0.8.3

### Enhancements

* [X509.PublicKey] Support 'engine' reference for private keys in `derive/1`
* [X509.CSR] Support 'engine' reference for private keys in `new/2,3`
* [X509.CSR] Add `:public_key` option for `new/3`

## v0.8.2

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule X509.MixProject do
use Mix.Project

@source_url "https://github.com/voltone/x509"
@version "0.8.2"
@version "0.8.3"

def project do
[
Expand Down

0 comments on commit 92ac8d5

Please sign in to comment.