diff --git a/CHANGELOG.md b/CHANGELOG.md index 96ddfb9..6689b50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.1.17](https://github.com/cao7113/hello-api-elixir/compare/v0.1.16...v0.1.17) (2024-07-13) + + + + +### Improvements: + +* deploy fly app after image test and reuse ghcr image + ## [v0.1.16](https://github.com/cao7113/hello-api-elixir/compare/v0.1.15...v0.1.16) (2024-07-12) diff --git a/mix.exs b/mix.exs index 62b65bc..5259a56 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule HelloApi.MixProject do # following https://github.com/zachdaniel/git_ops/blob/master/mix.exs @source_url "https://github.com/cao7113/hello-api-elixir" - @version "0.1.16" + @version "0.1.17" # https://hexdocs.pm/mix/Mix.Project.html#module-configuration def project do