Commit e2f486686750ac528a261c68ff9bbcece243fe26

Michael Crumm 2021-09-23T09:17:12

Release v0.2.1

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 07b907d..8ef4c94 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # CHANGELOG
 
+## v0.2.1 (2021-09-23)
+
+  * Apply missing `--runtime-config` flag check to `mix sass.install`
+
 ## v0.2.0 (2021-09-21)
 
   * No longer load `config/runtime.exs` by default, instead support `--runtime-config` flag
diff --git a/mix.exs b/mix.exs
index e1c203f..fdab4ec 100644
--- a/mix.exs
+++ b/mix.exs
@@ -1,7 +1,7 @@
 defmodule DartSass.MixProject do
   use Mix.Project
 
-  @version "0.2.0"
+  @version "0.2.1"
   @source_url "https://github.com/CargoSense/dart_sass"
 
   def project do