Skip to content

Commit

Permalink
Version bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrudel committed Oct 23, 2023
1 parent 48f3758 commit 46418f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changelog for 0.6.x
## 1.1.0 (23 Oct 2023)

### Enhancements

* Add support for `silent_terminate_on_error` option to run quietly in case of
error (#92)

## 1.0.0 (18 Oct 2023)

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",
version: "1.1.0",
elixir: "~> 1.13",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 46418f6

Please sign in to comment.