diff --git a/CHANGELOG.md b/CHANGELOG.md index ab92da43..cf28f31e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Haml Changelog +## 6.0.9 + +* Support sass-embedded [#1112](https://github.com/haml/haml/issues/1112) + ## 6.0.8 * Support interpolation in HTML comments, which has not been working since 6.0.0 diff --git a/lib/haml/version.rb b/lib/haml/version.rb index b7bcb5e0..fd426455 100644 --- a/lib/haml/version.rb +++ b/lib/haml/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Haml - VERSION = '6.0.8' + VERSION = '6.0.9' end