diff --git a/CITATION.cff b/CITATION.cff
new file mode 100644
index 0000000..6030c33
--- /dev/null
+++ b/CITATION.cff
@@ -0,0 +1,10 @@
+cff-version: 1.2.0
+message: "If you use this software, please cite it as below."
+authors:
+ - family-names: Sahu
+ given-names: Subhajit
+ orcid: https://orcid.org/0000-0001-5140-6578
+title: "ifct2017/compositions: Detailed nutrient composition of 528 key foods in India"
+version: 2.0.5
+doi: 10.5281/zenodo.7088590
+date-released: 2022-09-17
diff --git a/README.md b/README.md
index a912c75..b9476c8 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,7 @@ compositions.csv() // → path of csv file
[](http://ifct2017.com/)
[](https://ifct2017.github.io)
+[](https://zenodo.org/badge/latestdoi/134217841)
> Data was obtained from the book [Indian Food Composition Tables 2017].
> Food composition values were measured by [National Institute of Nutrition, Hyderabad].
diff --git a/package-lock.json b/package-lock.json
index 1129e09..a302b95 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@ifct2017/compositions",
- "version": "2.0.7",
+ "version": "2.0.8",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ifct2017/compositions",
- "version": "2.0.7",
+ "version": "2.0.8",
"license": "MIT",
"dependencies": {
"csv-parse": "^5.3.0",
diff --git a/package.json b/package.json
index 77a2da7..fe7088b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@ifct2017/compositions",
- "version": "2.0.7",
+ "version": "2.0.8",
"description": "Detailed nutrient composition of 528 key foods in India.",
"main": "index.js",
"scripts": {