Skip to content

Commit 230bf7f

Browse files
authored
Publish v2.1.4 (#282)
1 parent 1ecc268 commit 230bf7f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 2.1.4
4+
5+
**Date** - 10/31/2025
6+
7+
**Release Tag** - [v2.1.4](https://github.com/datacommonsorg/api-python/releases/tag/v2.1.4)
8+
9+
**Release Status** - Current head of branch [`master`](https://github.com/datacommonsorg/api-python/tree/master)
10+
11+
This is a patch update that allows the client to use an API key, if specified, for instance validation when a URL is provided during initialization. This is useful for validating against non-production environments or custom Data Commons instances that require authentication.
12+
313
## 2.1.3
414

515
**Date** - 10/21/2025

datacommons_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.1.3"
1+
__version__ = "2.1.4"
22
"""
33
Data Commons Client Package
44

0 commit comments

Comments
 (0)