diff --git a/.changeset/three-pets-drum.md b/.changeset/three-pets-drum.md
deleted file mode 100644
index cdd1411..0000000
--- a/.changeset/three-pets-drum.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-'@asgardeo/passport-asgardeo': patch
----
-
-### v0.0.2 🎉
-
-- Add README to the released artifact.
diff --git a/lib/CHANGELOG.md b/lib/CHANGELOG.md
index 70b778b..a435f74 100644
--- a/lib/CHANGELOG.md
+++ b/lib/CHANGELOG.md
@@ -1,5 +1,15 @@
# @asgardeo/passport-asgardeo
+## 0.0.2
+
+### Patch Changes
+
+- [#9](https://github.com/asgardeo/passport-asgardeo/pull/9)
+ [`ee37e3b`](https://github.com/asgardeo/passport-asgardeo/commit/ee37e3b7a2071d5c194f2aef4807e29c2f6eeb73) Thanks
+ [@brionmario](https://github.com/brionmario)! - ### v0.0.2 🎉
+
+ - Add README to the released artifact.
+
## 0.0.1
### Patch Changes
diff --git a/lib/README.md b/lib/README.md
new file mode 100644
index 0000000..a37e496
--- /dev/null
+++ b/lib/README.md
@@ -0,0 +1,41 @@
+
+
Passport Asgardeo
+
+
+
+
+
+
+[Passport](https://www.passportjs.org/) strategy for authenticating with [Asgardeo](https://wso2.com/asgardeo)
+using [OAuth 2.0](https://www.passportjs.org/features/oauth2/).
+
+This module lets you authenticate using Asgardeo in your Node.js applications.
+By plugging into Passport, Asgardeo Login can be easily and unobtrusively
+integrated into any application or framework that supports
+[Connect](https://github.com/senchalabs/connect#readme)-style middleware,
+including [Express](https://expressjs.com/).
+
+## Install
+
+```sh
+$ npm install @asgardeo/passport-asgardeo
+```
+
+## Contribute
+Please read [Contributing Guide](CONTRIBUTING.md) for details on how to contribute to Passport Asgardeo. Refer to [General Contribution Guidelines](http://wso2.github.io/) for details on our code of conduct, and the process for submitting pull requests to us.
+
+### Reporting issues
+We encourage you to report issues, improvements, and feature requests creating [Github Issues](https://github.com/asgardeo/passport-asgardeo/issues).
+
+**Important**: Please be advised that security issues MUST be reported to security@wso2com, not as GitHub issues, in order to reach the proper audience. We strongly advise following the WSO2 Security Vulnerability Reporting Guidelines when reporting the security issues.
+
+## License
+This project is licensed under the Apache License 2.0. See the [LICENSE](LICENSE) file for details.
diff --git a/lib/package.json b/lib/package.json
index 8fc579b..c4a674a 100644
--- a/lib/package.json
+++ b/lib/package.json
@@ -1,6 +1,6 @@
{
"name": "@asgardeo/passport-asgardeo",
- "version": "0.0.1",
+ "version": "0.0.2",
"description": "Asgardeo Strategy for Passport.js",
"author": "WSO2",
"license": "Apache-2.0",