diff --git a/doc/changes/changelog.md b/doc/changes/changelog.md index 387930a..0210b05 100644 --- a/doc/changes/changelog.md +++ b/doc/changes/changelog.md @@ -1,3 +1,4 @@ # Changelog +* [0.2.0](changes_0.2.0.md) * [0.1.0](changes_0.1.0.md) \ No newline at end of file diff --git a/doc/changes/changes_0.2.0.md b/doc/changes/changes_0.2.0.md new file mode 100644 index 0000000..8b1f643 --- /dev/null +++ b/doc/changes/changes_0.2.0.md @@ -0,0 +1,20 @@ +# UDF Mock Python 0.2.0, released T.B.D + +Code name: T.B.D + +## Summary + +T.B.D + +### Features + + - N/A + +### Bugs + + - N/A + + +### Refactorings + + - #46: Fixed wrong package name in install instructions \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index c95a95d..7239fa5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "exasol-udf-mock-python" -version = "0.1.0" +version = "0.2.0" description = "Mocking framework for Exasol Python UDFs" license = "MIT"