diff --git a/.version b/.version
index 10c2c0c3..8bbb6e40 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-2.10.0
+2.10.1
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 07ce33ea..3a58f4fa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Change Log
 
+## [2.10.1](https://github.com/auth0/auth0-java/tree/2.10.1) (2024-01-29)
+[Full Changelog](https://github.com/auth0/auth0-java/compare/2.10.0...2.10.1)
+
+**Deprecated**
+- Organizations API no longer returns enabled_connections [\#604](https://github.com/auth0/auth0-java/pull/604) ([jimmyjames](https://github.com/jimmyjames))
+
 # [2.10.0](https://github.com/auth0/auth0-java/tree/2.10.0) (2023-12-15)
 [Full Changelog](https://github.com/auth0/auth0-java/compare/2.9.0...2.10.0)
 
diff --git a/README.md b/README.md
index 40e463e4..013686a2 100644
--- a/README.md
+++ b/README.md
@@ -34,14 +34,14 @@ Add the dependency via Maven:
 <dependency>
   <groupId>com.auth0</groupId>
   <artifactId>auth0</artifactId>
-  <version>2.10.0</version>
+  <version>2.10.1</version>
 </dependency>
 ```
 
 or Gradle:
 
 ```gradle
-implementation 'com.auth0:auth0:2.10.0'
+implementation 'com.auth0:auth0:2.10.1'
 ```
 
 ### Configure the SDK