Release v0.3.0
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8ef4c94..1144984 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
# CHANGELOG
+## v0.3.0 (2021-10-04)
+
+ * Use Rosetta2 for Apple M1 architectures until dart-sass ships native
## v0.2.1 (2021-09-23)
* Apply missing `--runtime-config` flag check to `mix sass.install`
diff --git a/mix.exs b/mix.exs
index fdab4ec..ddc6778 100644
--- a/mix.exs
+++ b/mix.exs
@@ -1,7 +1,7 @@
defmodule DartSass.MixProject do
use Mix.Project
- @version "0.2.1"
+ @version "0.3.0"
@source_url "https://github.com/CargoSense/dart_sass"
def project do