Skip to content

Commit

Permalink
BREAKING: bump the minimum supported Elixir version to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
paulswartz committed Jan 7, 2020
1 parent 92792ea commit 13b1020
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 1.0.0

- Switch to Mint as our HTTP library. We optionally depend on `ca_store` for certificate validation.
- Bump the minimum supported Elixir version to 1.7

## 0.4.1

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule ServerSentEventStage.MixProject do
[
app: :server_sent_event_stage,
version: "1.0.0",
elixir: "~> 1.6 or ~> 1.7 or ~> 1.8 or ~> 1.9",
elixir: "~> 1.7",
start_permanent: Mix.env() == :prod,
deps: deps(),
name: "ServerSentEventStage",
Expand Down

0 comments on commit 13b1020

Please sign in to comment.