Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
itsachen committed Jan 2, 2019
1 parent 46f0e4e commit d974f3f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,20 @@
### 1.1.0 (2019-01-02)

##### Chores

* **assets:**
* update more links ([b06c9a6f](https://github.com/lob/lob-elixir/commit/b06c9a6fda90fa889d39d2ed9a2d035e89b45c55))
* update links ([abada639](https://github.com/lob/lob-elixir/commit/abada6390905fa0871f5d3ad9b367bc811b9b876))

##### Documentation Changes

* **readme:** remove alpha label ([#17](https://github.com/lob/lob-elixir/pull/17)) ([36c172a2](https://github.com/lob/lob-elixir/commit/36c172a262d57dbfb9c68e92ebc369ecc60b451e))

##### New Features

* **client:** removes HTTP response timeout ([#23](https://github.com/lob/lob-elixir/pull/23)) ([46f0e4e3](https://github.com/lob/lob-elixir/commit/46f0e4e3378311841fb65e344b48063a7eb1c084))
* **bang-methods:** add bang methods to resource base module ([#18](https://github.com/lob/lob-elixir/pull/18)) ([6fa3db46](https://github.com/lob/lob-elixir/commit/6fa3db46a87ac8fd12cb7f5f2cb6ec1e8ced68a3))

#### 1.0.0 (2018-07-02)

##### New Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
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.0.0"}
{:lob_elixir, "~> 1.1.0"}
]
end
```
Expand Down
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: "1.0.0",
version: "1.1.0",
elixir: "~> 1.4",
preferred_cli_env: ["coveralls.html": :test],
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit d974f3f

Please sign in to comment.