CHANGELOG.md in jekyll_quote-0.4.1 vs CHANGELOG.md in jekyll_quote-0.4.2
- old
+ new
@@ -1,17 +1,35 @@
+# Change Log
+
+## 0.4.2 / 2024-04-27
+
+* Depends upon jekyll_plugin_support v0.8.5
+
+
## 0.4.1 / 2023-06-09
- * Added `style` and `class` options.
+* Added `style` and `class` options.
+
+
## 0.4.0 / 2023-04-05
- * Added [`attribution` support](https://github.com/mslinn/jekyll_plugin_support#subclass-attribution).
+* Added [`attribution` support](https://github.com/mslinn/jekyll_plugin_support#subclass-attribution).
+
+
## 0.3.1 / 2023-03-15
- * Added CSS class: `clearfix`
+* Added CSS class: `clearfix`
+
+
## 0.3.0 / 2023-01-14
- * Added CSS classes: `quoteAttribution` and `quoteText`
+* Added CSS classes: `quoteAttribution` and `quoteText`
+
+
## 0.2.0 / 2023-01-14
- * Added options: `break`, `by`, and `noprep`
+* Added options: `break`, `by`, and `noprep`
+
+
## 0.1.0 / 2023-01-12
- * Initial version
+
+* Initial version