From 095e3601e4762f772206114f8415d10463481dff Mon Sep 17 00:00:00 2001 From: Ryn Cao Date: Tue, 9 Jul 2024 15:58:43 +0800 Subject: [PATCH] chore: release version v0.1.12 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f2a184..fe50a47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.1.12](https://github.com/cao7113/hello-api-elixir/compare/v0.1.11...v0.1.12) (2024-07-09) + + + + +### Bug Fixes: + +* image build platform support bug + ## [v0.1.11](https://github.com/cao7113/hello-api-elixir/compare/v0.1.10...v0.1.11) (2024-07-09) diff --git a/mix.exs b/mix.exs index 8fa2f62..517aa08 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.11" + @version "0.1.12" # https://hexdocs.pm/mix/Mix.Project.html#module-configuration def project do