Skip to content

Commit 1597b00

Browse files
committed
prepare for releasing v3.1.0
1 parent d8deb59 commit 1597b00

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
[comment]: <> (When bumping [pc:VERSION_LATEST_RELEASE] create a new entry below)
44
### Unreleased version
5+
### 3.1.0
6+
- Add support to pass base url for control and data plane operations
7+
58
### 3.0.0
69
- Add support for imports
710
- start import

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pineconeClientVersion = 3.0.0
1+
pineconeClientVersion = 3.1.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package io.pinecone.commons;
22

33
public class Constants {
4-
public static final String pineconeClientVersion = "v3.0.0";
4+
public static final String pineconeClientVersion = "v3.1.0";
55
}

0 commit comments

Comments
 (0)