Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongwencool committed Feb 14, 2017
1 parent d7cc317 commit 25ad3aa
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
------------------

## 2.2.0 - 2017-02-14
### Added
- Add retry middleware
- Add fuse middleware
- Add header base middleware

### Changed
- Setting log_level [by status code in Logger Middleware](https://github.com/zhongwencool/maxwell/pull/45).
- Improve a collection of [general API](https://github.com/zhongwencool/maxwell/pull/36).
- Improve [the BaseUrl middleware](https://github.com/zhongwencool/maxwell/pull/38)
- Fixed warning by elixir v1.4.0.
- Support poison ~> 3.0.
- Numerous document updates.

## 2.1.0 - 2016-12-19
### Added
- Support httpc adapter.
Expand Down
5 changes: 5 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@ Maxwell contributors
============================================

* **[Rainer Du](https://github.com/secretworry)**
* **[bitwalker](https://github.com/bitwalker)**
* **[falood](https://github.com/falood)**
* **[Imran Ismail](https://github.com/imranismail)**
* **[lattenwald](https://github.com/lattenwald)**
* **[dardub](https://github.com/dardub)**
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ for a list of all functions, and detailed info about how they behave.
1. Add maxwell to your list of dependencies in `mix.exs`:
```ex
def deps do
[{:maxwell, "~> 2.1.0"}]
[{:maxwell, "~> 2.2.0"}]
end
```
2. Ensure maxwell has started before your application:
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 Maxwell.Mixfile do

def project do
[app: :maxwell,
version: "2.1.0",
version: "2.2.0",
elixir: "~> 1.3",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit 25ad3aa

Please sign in to comment.