diff --git a/CHANGELOG.md b/CHANGELOG.md index 613ddbc..0fef51c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.1.11](https://github.com/zachdaniel/tails/compare/v0.1.10...v0.1.11) (2024-05-03) + + + + +### Improvements: + +* support `color_classes` config + ## [v0.1.10](https://github.com/zachdaniel/tails/compare/v0.1.9...v0.1.10) (2024-03-04) diff --git a/mix.exs b/mix.exs index d0dc2a7..5865ee6 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Tails.MixProject do use Mix.Project - @version "0.1.10" + @version "0.1.11" def project do [