diff --git a/CHANGELOG.md b/CHANGELOG.md index 3267b064..51106c99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v1.8.0 (2024-11-08) + +### Feature + +* Add client for SystemLink products API ([#69](https://github.com/ni/nisystemlink-clients-python/issues/69)) ([`d53a9f4`](https://github.com/ni/nisystemlink-clients-python/commit/d53a9f43aee5abbf1e9db084b091390b148478a5)) + ## v1.7.2 (2024-11-05) ### Fix diff --git a/pyproject.toml b/pyproject.toml index e71b60e8..4d720333 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nisystemlink-clients" -version = "1.7.2" +version = "1.8.0" description = "NI-SystemLink Python API" authors = ["National Instruments"] maintainers = [