diff --git a/CHANGELOG.md b/CHANGELOG.md
index e68fef31..84a47bbe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [unreleased]
 
+## [0.11.0] - 2024-03-20
+
+-   Removes the tenants list API and uses the login methods API to get tenants and its login methods
+
 ## [0.10.5] - 2024-03-19
 
 -   Fixes UI bugs on search and Login methods section in userDetails page.
diff --git a/package-lock.json b/package-lock.json
index bffbbf9c..c3d8df2f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
 	"name": "dashboard",
-	"version": "0.10.5",
+	"version": "0.11.0",
 	"lockfileVersion": 2,
 	"requires": true,
 	"packages": {
 		"": {
 			"name": "dashboard",
-			"version": "0.10.5",
+			"version": "0.11.0",
 			"dependencies": {
 				"@babel/core": "^7.16.0",
 				"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
diff --git a/package.json b/package.json
index 70604671..6f37749d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
 	"name": "dashboard",
-	"version": "0.10.5",
+	"version": "0.11.0",
 	"private": true,
 	"dependencies": {
 		"@babel/core": "^7.16.0",
diff --git a/src/version.ts b/src/version.ts
index d93d8bd1..633d8a60 100644
--- a/src/version.ts
+++ b/src/version.ts
@@ -13,4 +13,4 @@
  * under the License.
  */
 
-export const package_version = "0.10.5";
+export const package_version = "0.11.0";