Skip to content

Commit

Permalink
Release v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
voltone committed Feb 29, 2020
1 parent 72e8129 commit 5546762
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## v0.8.1

### Fixes

* [X509.Certificate] Support both 'plain' and 'otp' `rdnSequence` records
* [X509.CSR] Support both 'plain' and 'otp' `rdnSequence` records

## v0.8.0

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Add `x509` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:x509, "~> 0.8.0"}
{:x509, "~> 0.8"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule X509.MixProject do
use Mix.Project

@version "0.8.0"
@version "0.8.1"

def project do
[
Expand Down

0 comments on commit 5546762

Please sign in to comment.