Skip to content

Commit

Permalink
Update changelogs for v0.6.0 release (#38)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
rohanshah18 authored Oct 9, 2023
1 parent 50f812d commit eef17f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
[comment]: <> (When bumping [pc:VERSION_LATEST_RELEASE] create a new entry below)
### Unreleased version

### v0.6.0
- Add async stub for data plane operations
- Add integration tests

### v0.5.1
- Update build.gradle

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = 'io.pinecone'
version = '0.5.1' // [pc:VERSION_NEXT]
version = '0.6.0' // [pc:VERSION_NEXT]
description = 'The Pinecone.io Java Client'

sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit eef17f8

Please sign in to comment.