Skip to content

Commit 96fe1d1

Browse files
authored
update changelogs for release 0.4.0 (#20)
1 parent cfa45a5 commit 96fe1d1

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
@@ -1,6 +1,10 @@
11
# Changelog
22

33
[comment]: <> (When bumping [pc:VERSION_LATEST_RELEASE] create a new entry below)
4+
### Unreleased version
5+
6+
### v0.4.0
7+
- Add support to pass connection url to config objects for data plane operations only
48

59
### v0.3.0
610
- Added ability for index operations to

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.3.0' // [pc:VERSION_NEXT]
12+
version = '0.4.0' // [pc:VERSION_NEXT]
1313
description = 'The Pinecone.io Java Client'
1414

1515
sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)