diff --git a/CHANGELOG.md b/CHANGELOG.md index ce09af45..ae6678cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ they can and will change without that change being reflected in Styler's semantic version. ## main +## 1.1.2 + ### Improvements * Config Sorting: improve comment handling when only sorting a few nodes (Closes #187) diff --git a/mix.exs b/mix.exs index edf369cb..2cabf780 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 "1.1.1" + @version "1.1.2" @url "https://github.com/adobe/elixir-styler" def project do