diff --git a/CHANGELOG.md b/CHANGELOG.md index 98d6ea4..116b05d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.0.2 (2023-03-08) +### Fix +* Correct spelling for model class TableMetadataModification ([#44](https://github.com/ni/nisystemlink-clients-python/issues/44)) ([`30c760c`](https://github.com/ni/nisystemlink-clients-python/commit/30c760c2eb9af8e17ddb8c6730f6ef5aae20e973)) + ## v1.0.1 (2023-01-26) ### Fix * Fix various documentation issues ([#42](https://github.com/ni/nisystemlink-clients-python/issues/42)) ([`872e9ac`](https://github.com/ni/nisystemlink-clients-python/commit/872e9accdc959e8fc8a400518bb74ba8fb0cf30c)) diff --git a/pyproject.toml b/pyproject.toml index 1696c03..29e63b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nisystemlink-clients" -version = "1.0.1" +version = "1.0.2" description = "NI-SystemLink Python API" authors = ["National Instruments"] maintainers = [