Skip to content

Commit 8116eb3

Browse files
committed
Update Elixir info
1 parent c4e6c7f commit 8116eb3

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,5 @@ script:
2020
# https://hexdocs.pm/elixir/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
2121
matrix:
2222
exclude:
23-
- otp_release: 22.0
24-
elixir: 1.6
2523
- otp_release: 20.0
2624
elixir: 1.10

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v2.1.0 - TBA
4+
5+
* Support latest Cowboy.
6+
* Require at least Elixir 1.7.
7+
38
## v2.0.0 - 19 Aug 2020
49

510
* Allow the redefinition of routes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ requests. This is most useful in tests, when you want to create a mock HTTP
1212
server and test how your HTTP client handles different types of responses from
1313
the server.
1414

15-
Bypass supports Elixir 1.6 and OTP 20 and up. It works with Cowboy 1 and 2.
15+
Bypass supports Elixir 1.7 and OTP 20 and up. It works with Cowboy 1 and 2.
1616

1717
## Usage
1818

0 commit comments

Comments
 (0)