Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
itsachen committed Feb 6, 2018
1 parent 8fd919f commit e8924dc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
### 0.2.0 (2018-02-06)

##### Bug Fixes

* **base-resource:** fix api url bug ([#10](https://github.com/lob/lob-elixir/pull/10)) ([8fd919f0](https://github.com/lob/lob-elixir/commit/8fd919f0ac14aa7224f18544877c8e83792763b1))

### 0.1.0 (2018-02-02)

##### New Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ The package is currently not available in Hex. Installation should reference the
```elixir
def deps do
[
{:lob_elixir, git: "https://github.com/lob/lob-elixir", tag: "v0.1.0"}
{:lob_elixir, git: "https://github.com/lob/lob-elixir", tag: "v0.2.0"}
]
end
```
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -4,7 +4,7 @@ defmodule Lob.Mixfile do
def project do
[
app: :lob_elixir,
version: "0.1.0",
version: "0.2.0",
elixir: "~> 1.5",
preferred_cli_env: ["coveralls.html": :test],
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit e8924dc

Please sign in to comment.