diff --git a/CHANGELOG.md b/CHANGELOG.md index ce253b7..cf870f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.1.7](https://github.com/cao7113/hello-phx/compare/v0.1.6...v0.1.7) (2024-07-13) + + + + +### Improvements: + +* deploy fly app after image test and reuse ghcr image + ## [v0.1.6](https://github.com/cao7113/hello-phx/compare/v0.1.5...v0.1.6) (2024-07-13) diff --git a/mix.exs b/mix.exs index 028b244..6effeb0 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule HelloPhx.MixProject do use Mix.Project - @version "0.1.6" + @version "0.1.7" @source_url "https://github.com/cao7113/hello-phx" def project do