diff --git a/CHANGELOG.md b/CHANGELOG.md index 080a8b6f..ef3db309 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v1.6.0 (2024-09-17) + +### Feature + +* Add Client for File Service ([#65](https://github.com/ni/nisystemlink-clients-python/issues/65)) ([`ebdc4c1`](https://github.com/ni/nisystemlink-clients-python/commit/ebdc4c1adf50f71498d0ce3446402dff55eef6ca)) + ## v1.5.0 (2024-09-09) ### Feature diff --git a/pyproject.toml b/pyproject.toml index d88be8e4..29bccc80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nisystemlink-clients" -version = "1.5.0" +version = "1.6.0" description = "NI-SystemLink Python API" authors = ["National Instruments"] maintainers = [