Skip to content

Commit

Permalink
chore: cut release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalcora authored and paulswartz committed Aug 6, 2024
1 parent 4a9d1e7 commit d8a2c0f
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

## 1.2.1

- Allow version 1.x of the optional `ca_store` dependency, as there are no breaking changes from 0.1.x.

## 1.2.0

- feat: optionally time out if stream goes idle (@boringcactus)
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.2.0",
version: "1.2.1",
elixir: ">= 1.11.4 and < 2.0.0",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit d8a2c0f

Please sign in to comment.