diff --git a/README.md b/README.md
index cbca8ba7..ee617555 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ Most commonly, if you are using [Maven] you can add the following to your pom.xm
com.authzed.api
authzed
- 0.9.0
+ 0.10.0
io.grpc
diff --git a/build.gradle b/build.gradle
index a7d06630..e9e30829 100644
--- a/build.gradle
+++ b/build.gradle
@@ -79,7 +79,7 @@ javadoc { options.addStringOption('Xdoclint:none', '-quiet') }
def grpcVersion = "1.65.1"
def protocVersion = "3.25.3"
-def authzedProtoCommit = "v1.34.0"
+def authzedProtoCommit = "v1.35.0"
def bufDir = "${buildDir}/buf"
def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""