diff --git a/CHANGELOG.md b/CHANGELOG.md index d1eb9a2..96ddfb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.1.16](https://github.com/cao7113/hello-api-elixir/compare/v0.1.15...v0.1.16) (2024-07-12) + + + + +### Improvements: + +* upgrade elixir to 1.17.2 and add docker-compose + ## [v0.1.15](https://github.com/cao7113/hello-api-elixir/compare/v0.1.14...v0.1.15) (2024-07-10) diff --git a/mix.exs b/mix.exs index f30da43..62b65bc 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.15" + @version "0.1.16" # https://hexdocs.pm/mix/Mix.Project.html#module-configuration def project do