Release v0.1.1
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3c6ad17..ba68dd1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# CHANGELOG
-## v0.1.1 (Unreleased)
+## v0.1.1 (2021-07-30)
* Fix installation path/unzip on windows
* Add wrapper script to address zombie processes
diff --git a/mix.exs b/mix.exs
index 2b21db4..3b72fd7 100644
--- a/mix.exs
+++ b/mix.exs
@@ -1,7 +1,7 @@
defmodule DartSass.MixProject do
use Mix.Project
- @version "0.1.0"
+ @version "0.1.1"
@source_url "https://github.com/CargoSense/dart_sass"
def project do