Skip to content

Commit

Permalink
Update version and changelog for v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
voltone committed Feb 20, 2019
1 parent 8360ae1 commit bd4ef18
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.5.2

### Enhancements

* [X509.Certificate] Add `version/1`, `subject/2` and `issuer/2`
* [X509.RDNSequence] Add `get_attr/2`

## v0.5.1

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Add `x509` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:x509, "~> 0.5.0"}
{:x509, "~> 0.5.2"}
]
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.6.0-dev"
@version "0.5.2"

def project do
[
Expand Down

0 comments on commit bd4ef18

Please sign in to comment.