Skip to content

Commit 36fa67b

Browse files
authored
Prepare to release v5.1.0 (#191)
## Problem Prepare to release v5.1.0 ## Solution Update CHANGELOG.md and pineconeClientVersion in gradle.properties and 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 cc7279b commit 36fa67b

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+
### 5.1.0
6+
- Add support for models api
7+
58
### 5.0.0
69
- Add support for backups and restore
710
- Add support for list, describe, and delete namespaces

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pineconeClientVersion = 5.0.0
1+
pineconeClientVersion = 5.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 = "v5.0.0";
4+
public static final String pineconeClientVersion = "v5.1.0";
55
}

0 commit comments

Comments
 (0)