Skip to content

Commit

Permalink
chore: release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paulswartz committed Jan 21, 2020
1 parent 0c91cb0 commit bc03fab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.0.1

- Fix a process leak when re-connecting to the remote server
- Include the URL along with the log messages to distinguish multiple stages

## 1.0.0

- Switch to Mint as our HTTP library. We optionally depend on `ca_store` for certificate validation.
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: "1.0.0",
version: "1.0.1",
elixir: "~> 1.7",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit bc03fab

Please sign in to comment.