From f6cae29c61f8a1b1e7a15d931a8231701923105b Mon Sep 17 00:00:00 2001 From: Ryn Cao Date: Sat, 20 Jul 2024 09:44:15 +0800 Subject: [PATCH] chore: release version v0.1.15 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81aecd1..95af637 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.1.15](https://github.com/cao7113/hello-phx/compare/v0.1.14...v0.1.15) (2024-07-20) + + + + +### Improvements: + +* direct use dns_cluster + ## [v0.1.14](https://github.com/cao7113/hello-phx/compare/v0.1.13...v0.1.14) (2024-07-19) diff --git a/mix.exs b/mix.exs index 44536f6..f779704 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule HelloPhx.MixProject do use Mix.Project - @version "0.1.14" + @version "0.1.15" @source_url "https://github.com/cao7113/hello-phx" def project do