CHANGELOG.md in money_helper-3.0.0 vs CHANGELOG.md in money_helper-3.0.1
- old
+ new
@@ -1,8 +1,12 @@
-### 3.0.0 (Next)
+### 3.0.1 (Next)
-* [#27](https://github.com/artsy/money_helper/pull/27): Update `money_to_text` to pass `format` options to `Money#format` for additional features such as `no_cents` - [@agrberg](https://github.com/agrberg).
+* [#29](https://github.com/artsy/money_helper/pull/29): Update `money_range_to_text` to receive `with_currency` parameter for optional ISO code printing - [@leamotta](https://github.com/leamotta).
* Your contribution here.
+
+### 3.0.0 (2022-02-16)
+
+* [#27](https://github.com/artsy/money_helper/pull/27): Update `money_to_text` to pass `format` options to `Money#format` for additional features such as `no_cents` - [@agrberg](https://github.com/agrberg).
### 2.0.0 (2021-09-20)
#### Breaking Changes