Skip to content

Commit

Permalink
version 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
paulswartz committed Oct 23, 2018
1 parent 615f3f3 commit fed8d7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.3.0

- Support passing custom headers (@mogorman)

## 0.2.0

- Support streams which redirect to a different URL
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule ServerSentEventStage.MixProject do
def project do
[
app: :server_sent_event_stage,
version: "0.2.0",
version: "0.3.0",
elixir: "~> 1.6",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit fed8d7c

Please sign in to comment.