diff --git a/CHANGELOG.md b/CHANGELOG.md index 00dab6c..0a0d1b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/mix.exs b/mix.exs index 3c526f2..02bef49 100644 --- a/mix.exs +++ b/mix.exs @@ -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,