diff --git a/CHANGELOG.md b/CHANGELOG.md index 40736f5..282034a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,13 @@ # Changelog -*[0.1.0](#010) +* [0.1.0](#010) +* [0.2.0](#020) All notable changes to this project will be documented in this file. +## 0.2.0 + +* ### Merged Pull Requests + * [Add function to return session handle from nisync](https://github.com/ni/nisync-python/pull/18) + ## 0.1.0 * Initial public release of nisync \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 5f61929..d0aef81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nisync" -version = "0.1" +version = "0.2" description = "NI-Sync Python API" authors = ["NI "] maintainers = ["NI "]