Commit 05816299a6d5607b125bfa38d9c81a5f93174a93

Michael Crumm 2021-09-21T16:23:42

Release v0.2.0

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1496d49..07b907d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,10 @@
 # CHANGELOG
 
-## v0.2.0 (Unreleased)
+## v0.2.0 (2021-09-21)
 
-  * Bump dart-sass version to latest
+  * No longer load `config/runtime.exs` by default, instead support `--runtime-config` flag
+  * Update initial `sass` version to `1.39.0`
+  * `mix sass.install --if-missing` also checks version
 
 ## v0.1.2 (2021-08-23)
 
diff --git a/mix.exs b/mix.exs
index 4dfcd06..e1c203f 100644
--- a/mix.exs
+++ b/mix.exs
@@ -1,7 +1,7 @@
 defmodule DartSass.MixProject do
   use Mix.Project
 
-  @version "0.1.2"
+  @version "0.2.0"
   @source_url "https://github.com/CargoSense/dart_sass"
 
   def project do