diff --git a/CHANGELOG.md b/CHANGELOG.md index c08a2d9..9808eda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.1.14](https://github.com/cao7113/hello-api-elixir/compare/v0.1.13...v0.1.14) (2024-07-09) + + + + +### Bug Fixes: + +* add expose port + ## [v0.1.13](https://github.com/cao7113/hello-api-elixir/compare/v0.1.12...v0.1.13) (2024-07-09) diff --git a/mix.exs b/mix.exs index 5840336..f216e5f 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.13" + @version "0.1.14" # https://hexdocs.pm/mix/Mix.Project.html#module-configuration def project do