Skip to content

Commit

Permalink
chore(version): Bump to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uesteibar committed Dec 25, 2018
1 parent 3a390da commit 53d32ba
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a name="1.1.0"></a>
# [1.1.0](https://github.com/uesteibar/neuron/compare/v1.0.0...v1.1.0) (2018-12-25)


### Features

* **decode:** Add support for passing options to the json decoder ([#29](https://github.com/uesteibar/neuron/issues/29)) ([f8425ac](https://github.com/uesteibar/neuron/commit/f8425ac))
* **options:** Allow to override connection options per request ([#30](https://github.com/uesteibar/neuron/issues/30)) ([30d99e5](https://github.com/uesteibar/neuron/commit/30d99e5))
* **response:** return a meaningful error when response is not JSON ([#27](https://github.com/uesteibar/neuron/issues/27)) ([32004b2](https://github.com/uesteibar/neuron/commit/32004b2))



<a name="1.0.0"></a>
# [1.0.0](https://github.com/uesteibar/neuron/compare/v0.9.1...v1.0.0) (2018-10-15)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A GraphQL client for Elixir.

```elixir
def deps do
[{:neuron, "~> 1.0.0"}]
[{:neuron, "~> 1.1.0"}]
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 Neuron.Mixfile do
use Mix.Project

@version "1.0.0"
@version "1.1.0"
@github "https://github.com/uesteibar/neuron"

def project do
Expand Down

0 comments on commit 53d32ba

Please sign in to comment.