diff --git a/CHANGELOG.md b/CHANGELOG.md
index 32330a0..093321d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,16 @@
 # Changelog
 
+## [3.0.0](https://github.com/cheminfo/nmr-parser/compare/v2.0.2...v3.0.0) (2022-10-03)
+
+
+### ⚠ BREAKING CHANGES
+
+* use fileCollection (#70)
+
+### Features
+
+* use fileCollection ([#70](https://github.com/cheminfo/nmr-parser/issues/70)) ([efa7b68](https://github.com/cheminfo/nmr-parser/commit/efa7b683c5e9a0b893cbbe28a3ff7ff1e7992c5e))
+
 ## [2.0.2](https://github.com/cheminfo/nmr-parser/compare/v2.0.1...v2.0.2) (2022-09-27)
 
 
diff --git a/package.json b/package.json
index ce00527..b04baad 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "nmr-parser",
-  "version": "2.0.2",
+  "version": "3.0.0",
   "description": "Read and convert any NMR file",
   "main": "lib/index.js",
   "module": "src/index.js",