diff --git a/CHANGELOG.md b/CHANGELOG.md index 43fa327..102b606 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.9.0](https://github.com/NarrativeApp/mix_systemd/compare/v0.8.0...v0.9.0) (2024-05-21) + + + + +### Features: + +* force release + +### Bug Fixes: + +* ext_name needs to be a string + ## [v0.8.0](https://github.com/NarrativeApp/mix_systemd/compare/v0.7.0...v0.8.0) (2024-05-21) diff --git a/README.md b/README.md index 1fcf810..2587396 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Here is [a complete example app which uses mix_deploy](https://github.com/cogini Add `mix_systemd` to `deps` in `mix.exs`: ```elixir -{:mix_systemd, "~> 0.8.0"}, +{:mix_systemd, "~> 0.9.0"}, ``` ## Configuration diff --git a/mix.exs b/mix.exs index 713f0f7..6526643 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule MixSystemd.MixProject do use Mix.Project - @version "0.8.0" + @version "0.9.0" def project do [