diff --git a/CHANGELOG.md b/CHANGELOG.md index cd954e7..4678114 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # main +# 1.0.2 / 25-06-2021 + +* Fix the parsing of attributes with a dash so data attributes or similar can be set on the svg. + # 1.0.1 / 21-06-2021 * Fix an issue where attributes were not added to SVG markup using the ERB helper in Ruby 3. diff --git a/lib/bridgetown-svg-inliner/version.rb b/lib/bridgetown-svg-inliner/version.rb index 9171a67..8de2304 100644 --- a/lib/bridgetown-svg-inliner/version.rb +++ b/lib/bridgetown-svg-inliner/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module BridgetownSvgInliner - VERSION = "1.0.1" + VERSION = "1.0.2" end