diff --git a/CHANGELOG.md b/CHANGELOG.md index ef74d198..a11f8b6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## main +## v0.7.5 + +### Fixes + +* Fix bug from `ParameterPatternMatching` implementation that re-ordered pattern matching in `cond do` `->` clauses + ## v0.7.4 ### Features diff --git a/mix.exs b/mix.exs index 6626bf27..6e232380 100644 --- a/mix.exs +++ b/mix.exs @@ -12,7 +12,7 @@ defmodule Styler.MixProject do use Mix.Project # Don't forget to bump the README when doing non-patch version changes - @version "0.7.4" + @version "0.7.5" @url "https://github.com/adobe/elixir-styler" def project do