diff --git a/CHANGELOG.md b/CHANGELOG.md index bc4a5358..d9af4a66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## main +## v0.11.8 + +Two releases in one day!? @koudelka made too good a point about `Map.new` not being special... + +### Improvements + +* pipes: treat `MapSet.new` and `Keyword.new` the same way we do `Map.new` (h/t @koudelka) + ## v0.11.7 ### Improvements diff --git a/mix.exs b/mix.exs index 87e692c2..8c014c99 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.11.7" + @version "0.11.8" @url "https://github.com/adobe/elixir-styler" def project do