Skip to content

Commit

Permalink
Version bump to 1.0.0-pre.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrudel committed Jun 28, 2023
1 parent b50d2d6 commit bd7cd1e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog for 0.6.x

## 1.0.0-pre.6 (28 Jun 2023)

### Enhancements

* Add support for suspending the acceptance of new requests while continuing to
process existing ones (#70)

### Changes

* Drop Elixir 1.12 as a supported target (it should continue to work, but is no
longer covered by CI)

## 1.0.0-pre.5 (16 Jun 2023)

### Changes
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 ThousandIsland.MixProject do
def project do
[
app: :thousand_island,
version: "1.0.0-pre.5",
version: "1.0.0-pre.6",
elixir: "~> 1.13",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit bd7cd1e

Please sign in to comment.