diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b5dc59..df3732c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v1.4.0 (2024-06-18) + +### Feature + +* Make DataFrame and Spec clients compatible with SystemLink Client http configuration ([#61](https://github.com/ni/nisystemlink-clients-python/issues/61)) ([`7954e14`](https://github.com/ni/nisystemlink-clients-python/commit/7954e1479a0e421cfe3e44c741e69186e2f0c45f)) + ## v1.3.1 (2024-05-21) ### Fix diff --git a/pyproject.toml b/pyproject.toml index d4ca508..0234b5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nisystemlink-clients" -version = "1.3.1" +version = "1.4.0" description = "NI-SystemLink Python API" authors = ["National Instruments"] maintainers = [