diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ae831e..56bda86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.3.6](https://github.com/frankdugan3/pyro/compare/v0.3.5...v0.3.6) (2024-01-22) + + + + ## [v0.3.5](https://github.com/frankdugan3/pyro/compare/v0.3.4...v0.3.5) (2024-01-22) diff --git a/documentation/tutorials/get-started.md b/documentation/tutorials/get-started.md index 8ee9c1a..7a8000c 100644 --- a/documentation/tutorials/get-started.md +++ b/documentation/tutorials/get-started.md @@ -15,7 +15,7 @@ These steps assume you are adding Pyro to an existing Phoenix LiveView app, as g ```elixir def deps do [ - {:pyro, "~> 0.3.5"}, + {:pyro, "~> 0.3.6"}, ### OPTIONAL DEPS BELOW ### diff --git a/mix.exs b/mix.exs index b2f6bec..b2ee402 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Pyro.MixProject do use Mix.Project @source_url "https://github.com/frankdugan3/pyro" - @version "0.3.5" + @version "0.3.6" @description """ Component tooling for Phoenix. """