We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a9ce82 commit 1f31a75Copy full SHA for 1f31a75
CHANGELOG.md
@@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
5
6
<!-- changelog -->
7
8
+## [v0.2.1](https://github.com/NarrativeApp/mix_deploy/compare/v0.2.0...v0.2.1) (2024-05-17)
9
+
10
11
12
13
+### Bug Fixes:
14
15
+* service_name needs to be a string not an atom
16
17
## [v0.2.0](https://github.com/NarrativeApp/mix_deploy/compare/v0.1.9...v0.2.0) (2024-05-15)
18
19
mix.exs
@@ -1,7 +1,7 @@
1
defmodule MixDeploy.MixProject do
2
use Mix.Project
3
4
- @version "0.2.0"
+ @version "0.2.1"
def project do
[
0 commit comments