Skip to content

Commit

Permalink
Version bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrudel committed Oct 18, 2023
1 parent 29f0aff commit 8300e86
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog for 0.6.x

## 1.0.0 (18 Oct 2023)

### Changes

* Do not consider `ECONNABORTED` errors to be exceptional at socket start time
(#72, thanks @dch!)

## 1.0.0-pre.7 (12 Aug 2023)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ can be installed by adding `thousand_island` to your list of dependencies in `mi
```elixir
def deps do
[
{:thousand_island, "~> 1.0-pre"}
{:thousand_island, "~> 1.0"}
]
end
```
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.7",
version: "1.0.0",
elixir: "~> 1.13",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 8300e86

Please sign in to comment.