Skip to content

Commit eef17f8

Browse files
authored
Update changelogs for v0.6.0 release (#38)
## Problem The changelog and version number needs to be updated for Release v0.6.0. ## Solution Updated the changelog and version number. ## 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 50f812d commit eef17f8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
[comment]: <> (When bumping [pc:VERSION_LATEST_RELEASE] create a new entry below)
44
### Unreleased version
55

6+
### v0.6.0
7+
- Add async stub for data plane operations
8+
- Add integration tests
9+
610
### v0.5.1
711
- Update build.gradle
812

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group = 'io.pinecone'
12-
version = '0.5.1' // [pc:VERSION_NEXT]
12+
version = '0.6.0' // [pc:VERSION_NEXT]
1313
description = 'The Pinecone.io Java Client'
1414

1515
sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)