CHANGELOG.md in cucumber_factory-2.2.0 vs CHANGELOG.md in cucumber_factory-2.3.0
- old
+ new
@@ -13,9 +13,19 @@
### Compatible changes
-
+## 2.3.0 - 2020-09-24
+
+### Compatible changes
+
+- Added a step to add file objects to a model:
+ ```cucumber
+ Given there is a user with the avatar file:"path/to/avatar.jpg"
+ ```
+ Both single and double quotes are supported.
+
## 2.2.0 - 2020-09-23
### Compatible changes
- A step was added that allows modifying existing records with a similar syntax to creating new records: