diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f0aefa..75b8343 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.2.0](https://github.com/cao7113/hello-api-elixir/compare/v0.1.19...v0.2.0) (2024-09-11) + + + + +### Features: + +* add api ping redirect + ## [v0.1.19](https://github.com/cao7113/hello-api-elixir/compare/v0.1.18...v0.1.19) (2024-07-15) diff --git a/mix.exs b/mix.exs index 5a25796..e01b673 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.19" + @version "0.2.0" # https://hexdocs.pm/mix/Mix.Project.html#module-configuration def project do