Skip to content

Commit bf86b51

Browse files
committed
chore: release version v0.6.9
1 parent 43e0341 commit bf86b51

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55

66
<!-- changelog -->
77

8+
## [v0.6.9](https://github.com/ash-project/igniter/compare/v0.6.8...v0.6.9) (2025-06-25)
9+
10+
11+
12+
13+
### Improvements:
14+
15+
* Implement removal of configuration (#309) by Benjamin Milde
16+
17+
* add `required?` option to `Igniter.update_elixir_file/3` by Benjamin Milde
18+
819
## [v0.6.8](https://github.com/ash-project/igniter/compare/v0.6.7...v0.6.8) (2025-06-18)
920

1021

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Igniter.MixProject do
22
use Mix.Project
33

4-
@version "0.6.8"
4+
@version "0.6.9"
55
@install_version "~> 0.6"
66

77
@description """

0 commit comments

Comments
 (0)