Skip to content

Commit 2a8bfd8

Browse files
authored
Merge pull request #6 from pinecone-io/v2.0.2
New client release
2 parents 320cebe + 1eb92da commit 2a8bfd8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [2.0.2] - 2021-10-21
44

55
### Changed
66
- The python client `pinecone.config.OpenApiConfiguration` object now uses the certifi package's SSL CA bundle by default. This should fix HTTPS connection errors in certain environments depending on their default CA bundle, including some Google Colab notebooks.
@@ -29,6 +29,6 @@
2929
- The `Index()` constructor no longer validates index existence. This is instead done on all operations executed using the Index instance.
3030

3131

32-
[Unreleased]: https://github.com/pinecone-io/pinecone-python-client/compare/v2.0.1...HEAD
32+
[2.0.2]: https://github.com/pinecone-io/pinecone-python-client/compare/v2.0.2...v2.0.2
3333
[2.0.1]: https://github.com/pinecone-io/pinecone-python-client/compare/v2.0.0...v2.0.1
3434
[2.0.0]: https://github.com/pinecone-io/pinecone-python-client/compare/v2.0.0...v2.0.1

pinecone/__version__

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.1
1+
2.0.2

0 commit comments

Comments
 (0)