diff --git a/CHANGELOG.md b/CHANGELOG.md index d1b1d9ad6..087f963a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Haml Changelog +## 6.2.1 + +* Fix v6.2.0's bug in rendering dynamic `aria` attributes [#1149](https://github.com/haml/haml/issues/1149) + ## 6.2.0 * Drop the C extension [#1146](https://github.com/haml/haml/issues/1146) diff --git a/lib/haml/version.rb b/lib/haml/version.rb index f018d0c01..7514a99bd 100644 --- a/lib/haml/version.rb +++ b/lib/haml/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Haml - VERSION = '6.2.0' + VERSION = '6.2.1' end