diff --git a/docs/changelog/0.1.6.rst b/docs/changelog/0.1.6.rst new file mode 100644 index 0000000..11058e2 --- /dev/null +++ b/docs/changelog/0.1.6.rst @@ -0,0 +1,7 @@ +0.1.6 (2024-05-17) +================== + +Features +-------- + +- Allow using ``horizon-hwm-store`` with ``data-horizon`` 0.2.x. diff --git a/docs/changelog/index.rst b/docs/changelog/index.rst index ac0e87f..bb675bb 100644 --- a/docs/changelog/index.rst +++ b/docs/changelog/index.rst @@ -3,6 +3,7 @@ :caption: Changelog DRAFT + 0.1.6 0.1.5 0.1.4 0.1.3 diff --git a/requirements.txt b/requirements.txt index 28987f6..9f02583 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -data-horizon[client-sync]>=0.0.8,<0.2 +data-horizon[client-sync]>=0.0.8,<0.3 etl-entities>=2.1.0,<2.4.0