Skip to content

Commit c83ea24

Browse files
authored
Prepare to release v4.0.1 (#179)
## Problem Prepare to release v4.0.1 ## Solution Releasing a patch version requires updating: - gradle.properties - CHANGELOG.md - Constants.java ## Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update - [ ] Infrastructure change (CI configs, etc) - [X] Non-code change (docs, etc) - [ ] None of the above: (explain here) ## Test Plan NA
1 parent b4cc92c commit c83ea24

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
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+
### 4.0.1
6+
- Create a new config per index connection
7+
58
### 4.0.0
69
- Add support for sparse indexes
710
- Generate code based on 2025-01 open-api spec

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pineconeClientVersion = 4.0.0
1+
pineconeClientVersion = 4.0.1
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 = "v4.0.0";
4+
public static final String pineconeClientVersion = "v4.0.1";
55
}

0 commit comments

Comments
 (0)