We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfa45a5 commit 96fe1d1Copy full SHA for 96fe1d1
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Changelog
2
3
[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
8
9
### v0.3.0
10
- Added ability for index operations to
build.gradle
@@ -9,7 +9,7 @@ plugins {
}
11
group = 'io.pinecone'
12
-version = '0.3.0' // [pc:VERSION_NEXT]
+version = '0.4.0' // [pc:VERSION_NEXT]
13
description = 'The Pinecone.io Java Client'
14
15
sourceCompatibility = JavaVersion.VERSION_1_8
0 commit comments