diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fdf34d..0ad3e7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.1.43](https://github.com/ash-project/spark/compare/v1.1.42...v1.1.43) (2023-10-09) + + + + +### Bug Fixes: + +* fix spark.formatter plugin not removing all parens + ## [v1.1.42](https://github.com/ash-project/spark/compare/v1.1.41...v1.1.42) (2023-10-08) diff --git a/documentation/tutorials/get-started-with-spark.md b/documentation/tutorials/get-started-with-spark.md index 1df84ac..5bdff1e 100644 --- a/documentation/tutorials/get-started-with-spark.md +++ b/documentation/tutorials/get-started-with-spark.md @@ -13,4 +13,4 @@ This library has only recently been extracted out from Ash core, so there is sti ## Dependency -`{:spark, "~> 1.1.42"}` +`{:spark, "~> 1.1.43"}` diff --git a/mix.exs b/mix.exs index e3bd03c..c5f5e8e 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Spark.MixProject do use Mix.Project - @version "1.1.42" + @version "1.1.43" @description "Generic tooling for building DSLs"