CHANGELOG.md in rating-0.12.0 vs CHANGELOG.md in rating-1.0.0
- old
+ new
@@ -1,4 +1,14 @@
+## v1.0.0
+
+### Break Change
+
+- The attributes `estimate` and `average` now is rounded by two decimal numbers;
+
+### Updates
+
+- The method `order_by_rating` now receives a hash parameter to avoid scope and so support Ruby 3.2;
+
## v0.12.0
### News
- Officially Supports Postgres;