Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
itsachen committed Feb 1, 2019
1 parent 63cb751 commit 38aa74e
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,3 +1,10 @@
#### 1.1.1 (2019-02-01)

##### Chores

* **httpoison:** upgrades to v1.x, renames response type ([#28](https://github.com/lob/lob-elixir/pull/28)) ([63cb7519](https://github.com/lob/lob-elixir/commit/63cb7519d72757de3e1a98d7100583302ea0edf0))
* **tests:** remove key from test config ([#24](https://github.com/lob/lob-elixir/pull/24)) ([e772c8eb](https://github.com/lob/lob-elixir/commit/e772c8eb01a8e7cf08decdd6d52f2cde157bdb31))

### 1.1.0 (2019-01-02)

##### Chores
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The package can be installed by adding `lob_elixir` to your list of dependencies
```elixir
def deps do
[
{:lob_elixir, "~> 1.1.0"}
{:lob_elixir, "~> 1.1.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Lob.Mixfile do
def project do
[
app: :lob_elixir,
version: "1.1.0",
version: "1.1.1",
elixir: "~> 1.4",
preferred_cli_env: ["coveralls.html": :test],
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit 38aa74e

Please sign in to comment.