diff --git a/CHANGELOG.md b/CHANGELOG.md index ba68dd1..f73e5be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## v0.1.2 (2021-08-23) + + * Fix target detection on FreeBSD (h/t @julp) + * Extract archive with charlist cwd option (h/t @michallepicki) + ## v0.1.1 (2021-07-30) * Fix installation path/unzip on windows diff --git a/mix.exs b/mix.exs index 3b72fd7..4dfcd06 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule DartSass.MixProject do use Mix.Project - @version "0.1.1" + @version "0.1.2" @source_url "https://github.com/CargoSense/dart_sass" def project do