Skip to content

Commit

Permalink
prepare to release v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanshah18 committed Feb 14, 2025
1 parent b4cc92c commit 4f696e8
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
### 4.0.1
- Create a new config per index connection

### 4.0.0
- Add support for sparse indexes
- Generate code based on 2025-01 open-api spec
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pineconeClientVersion = 4.0.0
pineconeClientVersion = 4.0.1
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 = "v4.0.0";
public static final String pineconeClientVersion = "v4.0.1";
}

0 comments on commit 4f696e8

Please sign in to comment.