Skip to content

Commit

Permalink
chore: release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulswartz committed Apr 16, 2024
1 parent 85b15ea commit e2e5624
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.2.0

- feat: optionally time out if stream goes idle (@boringcactus)
- chore: upgrade to Erlang 24 (@boringcactus)

This bumps the minimum supported version of Erlang to 24, and of Elixir to
1.11.4. It also bumps the versions of `gen_stage` and `ex_doc`.

## 1.1.0

- Bump mint to version 1.4 to support OTP 24.
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.1.0",
version: "1.2.0",
elixir: ">= 1.11.4 and < 2.0.0",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit e2e5624

Please sign in to comment.