CHANGELOG.md in eco-helpers-3.0.0 vs CHANGELOG.md in eco-helpers-3.0.1
- old
+ new
@@ -1,13 +1,23 @@
# Change Log
All notable changes to this project will be documented in this file.
-## [3.0.0] - 2024-08-01
+## [3.0.1] - 2024-08-09
### Added
+- `GraphQLSchema` case to extract the schema in a json file
+
### Changed
+
+- `SplitCsv` case namespace
+
+### Fixed
+
+- have `Eco::VERSION` defined
+
+## [3.0.0] - 2024-08-01
- require `ruby 3`
### Fixed