We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cfe183 commit f0264b2Copy full SHA for f0264b2
CHANGELOG.md
@@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
5
6
<!-- changelog -->
7
8
+## [v0.3.2](https://github.com/NarrativeApp/mix_deploy/compare/v0.3.1...v0.3.2) (2025-10-13)
9
+
10
11
12
13
+### Bug Fixes:
14
15
+* add env to migrate deploy template
16
17
## [v0.3.1](https://github.com/NarrativeApp/mix_deploy/compare/v0.3.0...v0.3.1) (2024-05-21)
18
19
mix.exs
@@ -1,7 +1,7 @@
1
defmodule MixDeploy.MixProject do
2
use Mix.Project
3
4
- @version "0.3.1"
+ @version "0.3.2"
def project do
[
0 commit comments