Skip to content

Commit

Permalink
prepare for releasing v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanshah18 committed Nov 27, 2024
1 parent d8deb59 commit 1597b00
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

[comment]: <> (When bumping [pc:VERSION_LATEST_RELEASE] create a new entry below)
### Unreleased version
### 3.1.0
- Add support to pass base url for control and data plane operations

### 3.0.0
- Add support for imports
- start import
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pineconeClientVersion = 3.0.0
pineconeClientVersion = 3.1.0
2 changes: 1 addition & 1 deletion src/main/java/io/pinecone/commons/Constants.java
Original file line number Diff line number Diff line change
@@ -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 comments on commit 1597b00

Please sign in to comment.