diff --git a/CHANGELOG.md b/CHANGELOG.md index cb24094..41291e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +1.0.5 April 10th 2023 +- Adjust jinja dependency so will allow Jina2 version3 +- Fix issue with routine copying failing +- Fix issue with partial rather than full dataset names +- Copy scalar functions prior to views which often reference these + 1.0.4 December 6th 2022 - Loosen grpcio dependency to correct constraint diff --git a/bqtools/_version.py b/bqtools/_version.py index 87a7cf5..222a4c1 100644 --- a/bqtools/_version.py +++ b/bqtools/_version.py @@ -1 +1 @@ -__version__ = "1.0.4" \ No newline at end of file +__version__ = "1.0.5" \ No newline at end of file