We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8deb59 commit 1597b00Copy full SHA for 1597b00
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
[comment]: <> (When bumping [pc:VERSION_LATEST_RELEASE] create a new entry below)
4
### Unreleased version
5
+### 3.1.0
6
+- Add support to pass base url for control and data plane operations
7
+
8
### 3.0.0
9
- Add support for imports
10
- start import
gradle.properties
@@ -1 +1 @@
1
-pineconeClientVersion = 3.0.0
+pineconeClientVersion = 3.1.0
src/main/java/io/pinecone/commons/Constants.java
@@ -1,5 +1,5 @@
package io.pinecone.commons;
public class Constants {
- public static final String pineconeClientVersion = "v3.0.0";
+ public static final String pineconeClientVersion = "v3.1.0";
}
0 commit comments