diff --git a/Changelog.md b/Changelog.md index 7134aee..2da00b7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,12 @@ ### dev -[full changelog](https://github.com/Mange/roadie/compare/v5.2.0...master) +[full changelog](https://github.com/Mange/roadie/compare/v5.2.1...master) + +Nothing yet. + +### dev + +[full changelog](https://github.com/Mange/roadie/compare/v5.2.0...v5.2.1) - Don't strip the [`:root` pseudo-class](https://developer.mozilla.org/en-US/docs/Web/CSS/:root) - [Asger Behncke Jacobsen](https://github.com/asgerb) (#173) diff --git a/lib/roadie/version.rb b/lib/roadie/version.rb index a2b3616..6b9df2d 100644 --- a/lib/roadie/version.rb +++ b/lib/roadie/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Roadie - VERSION = "5.2.0" + VERSION = "5.2.1" end