diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cc062f..927c753 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### 1.1.0 - 2023-03-04 + +Reduce module footprint. + ### 1.1.0 - 2022-02-12 Require NimbleParsec `~> 1.2.2` onwards to prepare for future deprecations. diff --git a/mix.exs b/mix.exs index 38d6774..4e1558b 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Makeup.Mixfile do use Mix.Project - @version "1.1.0" + @version "1.1.1" @url "https://github.com/elixir-makeup/makeup" def project do @@ -38,7 +38,7 @@ defmodule Makeup.Mixfile do defp package do [ name: :makeup, - licenses: ["BSD"], + licenses: ["BSD-2-Clause"], maintainers: ["Tiago Barroso "], links: %{ "Changelog" => "https://hexdocs.pm/makeup/changelog.html",