diff --git a/CHANGELOG.md b/CHANGELOG.md index ee5932c..6ac1e7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# v0.6.1 +# v0.7.0 - Add shading to table component - Fix chart to sum by day - Fix whitespace when copying invite url diff --git a/lib/cannery_web/live/home_live.ex b/lib/cannery_web/live/home_live.ex index f944f9d..d304276 100644 --- a/lib/cannery_web/live/home_live.ex +++ b/lib/cannery_web/live/home_live.ex @@ -138,7 +138,7 @@ defmodule CanneryWeb.HomeLive do target="_blank" rel="noopener noreferrer" > -

0.6.1

+

0.7.0

diff --git a/mix.exs b/mix.exs index 057991c..3fe03a0 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Cannery.MixProject do def project do [ app: :cannery, - version: "0.6.1", + version: "0.7.0", elixir: "1.14.1", elixirc_paths: elixirc_paths(Mix.env()), compilers: Mix.compilers(),