diff --git a/.changeset/small-fans-wonder.md b/.changeset/small-fans-wonder.md
new file mode 100644
index 0000000..e0869dd
--- /dev/null
+++ b/.changeset/small-fans-wonder.md
@@ -0,0 +1,7 @@
+---
+"s3bucketlist": minor
+---
+
+- Add origin of s3 bucket request
+- Fixes on duplicate bucket checks
+- Style adjustment on scroll display
diff --git a/README.md b/README.md
index 70e8fb8..dfbd69e 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# S3BucketList v3.0.1
+# S3BucketList v3.2.0
Search, lists, and checks S3 Buckets found in network requests while you are browsing.
@@ -17,7 +17,6 @@ You can install this extension from the [Chrome Web Store](https://chromewebstor
## Roadmap
-- Add CI/CD for releases and versioning
- Add blacklisting
## Tech Stack
diff --git a/public/manifest.json b/public/manifest.json
index db8d125..9222526 100644
--- a/public/manifest.json
+++ b/public/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "S3BucketList",
"description": "Search, lists, and checks S3 Buckets found in network requests",
- "version": "3.0.1",
+ "version": "3.2.0",
"icons": {
"16": "images/bucket-16.png",
"32": "images/bucket-32.png",
diff --git a/src/App.tsx b/src/App.tsx
index 4b94508..f06c4e6 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -66,7 +66,10 @@ function App() {
v3.0.1
+v3.2.0
+ Origin: {info.origin} +
+ )}