CHANGELOG.md in rating-0.3.0 vs CHANGELOG.md in rating-0.4.0
- old
+ new
@@ -1,4 +1,14 @@
+## v0.4.0
+
+### News
+
+- Adds support to MySQL using decimal over float cast on calculations.
+
+### Updates
+
+- Grows up the decimal precision to enable billion of records count.
+
## v0.3.0
### News
- The `vote` method now can receive `metadata` to be persisted with vote data.