We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 858ff82 commit 1fdd4efCopy full SHA for 1fdd4ef
CHANGELOG.md
@@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
5
6
<!-- changelog -->
7
8
+## [v2.7.2](https://github.com/zachdaniel/git_ops/compare/v2.7.1...v2.7.2) (2025-03-06)
9
+
10
11
12
13
+### Bug Fixes:
14
15
+* typo in igniter installer. (#72)
16
17
## [v2.7.1](https://github.com/zachdaniel/git_ops/compare/v2.7.0...v2.7.1) (2025-02-24)
18
19
mix.exs
@@ -2,7 +2,7 @@ defmodule GitOps.MixProject do
2
use Mix.Project
3
4
@source_url "https://github.com/zachdaniel/git_ops"
- @version "2.7.1"
+ @version "2.7.2"
def project do
[
0 commit comments