Skip to content

Commit

Permalink
release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zensavona committed Dec 13, 2018
1 parent 7a715e0 commit 3c5a4d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add the following to your `mix.exs`
```
defp deps do
[{:domainatrex, "~> 2.1.5"}]
[{:domainatrex, "~> 2.1.6"}]
```

Expand All @@ -36,7 +36,7 @@ iex> Domainatrex.parse("blog.someone.id.au")

## Changelog

### 2.1.5
### 2.2.0
- Use `Logger` for logging

### 2.1.4
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Domainatrex.Mixfile do

def project do
[app: :domainatrex,
version: "2.1.5",
version: "2.2.0",
elixir: "~> 1.3",
test_coverage: [tool: ExCoveralls],
build_embedded: Mix.env == :prod,
Expand Down

0 comments on commit 3c5a4d0

Please sign in to comment.