diff --git a/CHANGELOG.md b/CHANGELOG.md index b4842b3..660a437 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.8.0](https://github.com/NarrativeApp/mix_systemd/compare/v0.7.0...v0.8.0) (2024-05-21) + + + + +### Features: + +* don't convert underscores to hyphens in systemd service names + ## [v0.7.0](https://github.com/NarrativeApp/mix_systemd/compare/v0.7.0...v0.7.0) (2020-12-15) diff --git a/README.md b/README.md index 7bfaa24..1fcf810 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.7.0"}, +{:mix_systemd, "~> 0.8.0"}, ``` ## Configuration diff --git a/mix.exs b/mix.exs index 01c7f3a..d0717d1 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule MixSystemd.MixProject do use Mix.Project - @version "0.7.0" + @version "0.8.0" def project do [