diff --git a/CHANGELOG.md b/CHANGELOG.md index 344091e4..35f22cdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v1.4.3 (2024-08-08) + +### Fix + +* Make SpecClient() work with default values for optional args ([#68](https://github.com/ni/nisystemlink-clients-python/issues/68)) ([`fb60801`](https://github.com/ni/nisystemlink-clients-python/commit/fb60801d4093ef66c92e7b2c6e4e1f5fe45bb2f6)) + ## v1.4.2 (2024-07-15) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 65c93fd0..2130cdfa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nisystemlink-clients" -version = "1.4.2" +version = "1.4.3" description = "NI-SystemLink Python API" authors = ["National Instruments"] maintainers = [