CHANGELOG.md in squib-0.14.0 vs CHANGELOG.md in squib-0.14.1
- old
+ new
@@ -1,7 +1,12 @@
# Squib CHANGELOG
Squib follows [semantic versioning](http://semver.org).
+## v0.14.1 / 2018-03-15
+
+Chores:
+* Bumped deps: Pango et al. to 3.2.1, Cairo to 1.15.12. (Fixes an issue with Ruby 2.5 and Windows)
+
## v0.14.0 / 2017-11-06
Features:
* `save_pdf/save_sheet` method now supports `sprue`, which allows you to define templated layouts and position your cards freely (#217) by @felixleong. See docs for how to use this _very_ powerful feature!
* `circle` method now supports various `arc` options, so you can draw partial circles (#211) by @sparr